Condividi tramite


Metodo . (String)

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Private Function Contains(Of T) ( _
    name As String _
) As Boolean Implements ISfcPropertySet.Contains``1
'Utilizzo
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 non supporta i metodi e i tipi generici.

Parametri di tipo

  • T

Parametri

Valore restituito

Tipo: System. . :: . .Boolean

Implementa

ISfcPropertySetContains``1(String)