Condividi tramite


Metodo Contains (ISfcProperty)

Checks whether a property with the specified metadata is in the property set. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Function Contains ( _
    property As ISfcProperty _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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