Compartir a través de


Contains Método (ISfcProperty)

Checks whether a property with the specified metadata is in the property set. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Function Contains ( _
    property As ISfcProperty _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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