Compartilhar via


Método ISfcPropertySet.Contains (ISfcProperty)

Checks whether a property with the specified metadata is in the property set. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

ISfcPropertySet Interface

Sobrecarregado Contains

Namespace Microsoft.SqlServer.Management.Sdk.Sfc