xSQL Schema Compare SDK for SQL Server version 12
Contains(String,String,String,String,String,String,String) Method


The name of the property to locate.
The level-0 type.
The level-0 name.
The level-1 type.
The level-1 name.
The level-2 type.
The level-2 name.
Indicates whether the collection contains a property with the specified settings.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As System.String, _
   ByVal level0Type As System.String, _
   ByVal level0Name As System.String, _
   ByVal level1Type As System.String, _
   ByVal level1Name As System.String, _
   ByVal level2Type As System.String, _
   ByVal level2Name As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name,
   System.string level0Type,
   System.string level0Name,
   System.string level1Type,
   System.string level1Name,
   System.string level2Type,
   System.string level2Name
)
public: System.bool Contains( 
   System.string* name,
   System.string* level0Type,
   System.string* level0Name,
   System.string* level1Type,
   System.string* level1Name,
   System.string* level2Type,
   System.string* level2Name
) 

Parameters

name
The name of the property to locate.
level0Type
The level-0 type.
level0Name
The level-0 name.
level1Type
The level-1 type.
level1Name
The level-1 name.
level2Type
The level-2 type.
level2Name
The level-2 name.

Return Value

true if a property with the specified settings is found.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe name parameter is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlExtendedPropertyCollection Class
SqlExtendedPropertyCollection Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback