共用方式為


PropertyCollection.Contains 方法

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
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

參數

  • propertyName
    型別:System.String
    A String value that specifies the key value to be verified.

傳回值

型別: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.

範例

使用集合

請參閱

參考

PropertyCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用集合