Condividi tramite


Metodo Contains(T) (String)

Checks whether a property with the specified name and type is in the property set. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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

Sintassi

'Dichiarazione
Function Contains(Of T) ( _
    name As String _
) As Boolean
'Utilizzo
Dim instance As ISfcPropertySet
Dim name As String
Dim returnValue As Boolean

returnValue = instance.Contains(name)
bool Contains<T>(
    string name
)
generic<typename T>
bool Contains(
    String^ name
)
abstract Contains : 
        name:string -> bool 
JScript non supporta i metodi e i tipi generici.

Parametri di tipo

  • T
    The type of the property to find.

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
true if the property is in the property set; otherwise, false.