Metodo ISfcPropertySet.Contains (ISfcProperty)
Determines whether the property collection contains the property specified by the parameter.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Private Function Contains ( _
property As ISfcProperty _
) As Boolean Implements ISfcPropertySet.Contains
'Utilizzo
Dim instance As PropertyCollection
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = CType(instance, ISfcPropertySet).Contains(property)
bool ISfcPropertySet.Contains(
ISfcProperty property
)
private:
virtual bool Contains(
ISfcProperty^ property
) sealed = ISfcPropertySet::Contains
private abstract Contains :
property:ISfcProperty -> bool
private override Contains :
property:ISfcProperty -> bool
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- property
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcProperty
A ISfcProperty object.
Valore restituito
Tipo: System. . :: . .Boolean
A Boolean value, True if the collection contains the property, otherwise False.
Implementa
Vedere anche