Metodo TargetSetCollection.Contains (String)

Verifies whether the specified string exists in the collection.

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

Sintassi

'Dichiarazione
Public Function Contains ( _
    filterTypeSkeleton As String _
) As Boolean
'Utilizzo
Dim instance As TargetSetCollection 
Dim filterTypeSkeleton As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(filterTypeSkeleton)
public bool Contains(
    string filterTypeSkeleton
)
public:
bool Contains(
    String^ filterTypeSkeleton
)
member Contains : 
        filterTypeSkeleton:string -> bool
public function Contains(
    filterTypeSkeleton : String
) : boolean

Parametri

  • filterTypeSkeleton
    Tipo: System.String
    The String value that is to be found in the collection.

Valore restituito

Tipo: System.Boolean
A Boolean value that determines whether the specified string exists in the collection. If True, the string exists in the collection. Otherwise, False.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

TargetSetCollection Classe

Overload Contains

Spazio dei nomi Microsoft.SqlServer.Management.Dmf