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


Метод ISfcPropertySet.Contains (String)

Checks whether a property with the specified name is in the property set. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

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

returnValue = instance.Contains(propertyName)
bool Contains(
    string propertyName
)
bool Contains(
    String^ propertyName
)
abstract Contains : 
        propertyName:string -> bool
function Contains(
    propertyName : String
) : boolean

Параметры

  • propertyName
    Тип: System.String
    The name 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