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


Метод ISfcPropertySet.Contains<T> (String)

Checks whether a property with the specified name and type is in the property set.

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

Синтаксис

'Декларация
Function Contains(Of T) ( _
    name As String _
) As Boolean
'Применение
Dim instance As ISfcPropertySet 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(name)
bool Contains<T>(
    string name
)
generic<typename T>
bool Contains(
    String^ name
)
abstract Contains : 
        name:string -> bool
JScript не поддерживает стандартные типы и методы.

Параметры типа

  • T
    The type of the property to find.

Параметры

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

Тип: System.Boolean
true if the property is in the property set; otherwise, false.

См. также

Справочник

ISfcPropertySet Интерфейс

Перегрузка Contains

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc