Поделиться через


Метод Contains (String)

Verifies whether the specified string exists in the collection.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Function Contains ( _
    filterTypeSkeleton As String _
) As Boolean
'Применение
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

Параметры

Возвращаемое значение

Тип: 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.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.