Compartilhar via


Método TargetSetLevelCollection.Contains (String)

Verifies whether the specified string exists in the collection.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Function Contains ( _
    filterTypeSkeleton As String _
) As Boolean
'Uso
Dim instance As TargetSetLevelCollection 
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

Parâmetros

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

Valor de retorno

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.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Usando coleções

Consulte também

Referência

TargetSetLevelCollection Classe

Sobrecarregado Contains

Namespace Microsoft.SqlServer.Management.Dmf