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


Метод Contains (String)

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

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

Синтаксис

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

returnValue = instance.Contains(propertyName)
public bool Contains(
    string propertyName
)
public:
virtual bool Contains(
    String^ propertyName
) sealed
abstract Contains : 
        propertyName:string -> bool 
override Contains : 
        propertyName:string -> bool 
public final function Contains(
    propertyName : String
) : boolean

Параметры

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

Тип: System. . :: . .Boolean
true if the specified property exists in the property collection; otherwise, false.

Реализует

ISfcPropertySet. . :: . .Contains(String)