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