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
- filterTypeSkeleton
Tipo: System. . :: . .String
Valor de retorno
Tipo: System. . :: . .Boolean
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também