共用方式為


Contains 方法 (ISfcProperty)

Checks whether a property with the specified metadata is in the property set. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Function Contains ( _
    property As ISfcProperty _
) As Boolean
'用途
Dim instance As ISfcPropertySet
Dim property As ISfcProperty
Dim returnValue As Boolean

returnValue = instance.Contains(property)
bool Contains(
    ISfcProperty property
)
bool Contains(
    ISfcProperty^ property
)
abstract Contains : 
        property:ISfcProperty -> bool 
function Contains(
    property : ISfcProperty
) : boolean

參數

傳回值

型別:System. . :: . .Boolean
true if the property is in the property set; otherwise, false.