Metodo SfcPropertyCollection.Contains (ISfcProperty)
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
Public Function Contains ( _
property As ISfcProperty _
) As Boolean
'Utilizzo
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
Parametri
- property
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
The SfcProperty in the collection.
Valore restituito
Tipo: System.Boolean
true if property collection contains the specified item; otherwise, false.
Implementa
ISfcPropertySet.Contains(ISfcProperty)