Partager via


. 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(Of T) ( _
    name As String _
) As Boolean Implements ISfcPropertySet.Contains``1
'Utilisation
Dim instance As PropertyCollection
Dim name As String
Dim returnValue As Boolean

returnValue = CType(instance, ISfcPropertySet).Contains``1(name)
bool ISfcPropertySet.Contains``1<T>(
    string name
)
private:
generic<typename T>
virtual bool Contains(
    String^ name
) sealed = ISfcPropertySet::Contains``1
private abstract Contains : 
        name:string -> bool 
private override Contains : 
        name:string -> bool 
JScript ne prend pas en charge les types et les méthodes génériques.

Paramètres de type

  • T

Paramètres

Valeur de retour

Type : System. . :: . .Boolean

Implémente

ISfcPropertySetContains``1(String)