Метод ISfcPropertySet.Contains (ISfcProperty)
Checks whether a property with the specified metadata 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 ( _
property As ISfcProperty _
) As Boolean
'Применение
Dim instance As ISfcPropertySet
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = instance.Contains(property)
bool Contains(
ISfcProperty property
)
bool Contains(
ISfcProperty^ property
)
abstract Contains :
property:ISfcProperty -> bool
function Contains(
property : ISfcProperty
) : boolean
Параметры
- property
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
An ISfcProperty object that represents property metadata.
Возвращаемое значение
Тип: System.Boolean
true if the property is in the property set; otherwise, false.