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


The name of the property to locate.
The level-0 type.
The level-1 type.
The level-2 type.
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 level1Type As System.String, _
   ByVal level2Type As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name,
   System.string level0Type,
   System.string level1Type,
   System.string level2Type
)
public: System.bool Contains( 
   System.string* name,
   System.string* level0Type,
   System.string* level1Type,
   System.string* level2Type
) 

Parameters

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

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