Contains 메서드

Determines whether the element specified by key exists in the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Function Contains ( _
    propertyName As String _
) As Boolean
‘사용 방법
Dim instance As PropertyCollection
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.Contains(propertyName)
public bool Contains(
    string propertyName
)
public:
bool Contains(
    String^ propertyName
)
member Contains : 
        propertyName:string -> bool 
public function Contains(
    propertyName : String
) : boolean

매개 변수

반환 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the collection contains the specified key.
If True, the key exists in the collection.
If False, the key does not exist in the collection

주의

This forces load from the server if the collection has not been initialized yet.