Свойство Dependency.IsSchemaBound

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets or sets a value indicating whether the dependency with the parent is schema bound.

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

Синтаксис

'Декларация
Public Property IsSchemaBound As Boolean 
    Get 
    Set
'Применение
Dim instance As Dependency 
Dim value As Boolean 

value = instance.IsSchemaBound

instance.IsSchemaBound = value
public bool IsSchemaBound { get; set; }
public:
property bool IsSchemaBound {
    bool get ();
    void set (bool value);
}
member IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean 
function set IsSchemaBound (value : boolean)

Значение свойства

Тип: System.Boolean
true if the dependency with the parent is schema bound; otherwise, false.

См. также

Справочник

Dependency Класс

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