Partilhar via


Método 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 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

Parâmetros

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.