Método SfcPropertyCollection.Contains (ISfcProperty)
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
Public Function Contains ( _
property As ISfcProperty _
) As Boolean
'Uso
Dim instance As SfcPropertyCollection
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = instance.Contains(property)
public bool Contains(
ISfcProperty property
)
public:
virtual bool Contains(
ISfcProperty^ property
) sealed
abstract Contains :
property:ISfcProperty -> bool
override Contains :
property:ISfcProperty -> bool
public final function Contains(
property : ISfcProperty
) : boolean
Parâmetros
- property
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
The SfcProperty in the collection.
Valor de retorno
Tipo: System.Boolean
true if property collection contains the specified item; otherwise, false.
Implementa
ISfcPropertySet.Contains(ISfcProperty)