Метод 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.
Параметры
- name
Тип: System.String
The name of the property to find.
Возвращаемое значение
Тип: System.Boolean
true if the property is in the property set; otherwise, false.