TargetSetCollection.Contains Method (String)
Verifies whether the specified string exists in the collection.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function Contains ( _
filterTypeSkeleton As String _
) As Boolean
'Usage
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
Parameters
- filterTypeSkeleton
Type: System.String
Return Value
Type: System.Boolean
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.