. méthode (String)
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Private Function Contains ( _
propertyName As String _
) As Boolean Implements ISfcPropertySet.Contains
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- propertyName
Type : System. . :: . .String
Valeur de retour
Type : System. . :: . .Boolean
Implémente
ISfcPropertySetContains(String)