Свойство ContainmentDatabaseOption.Value

Gets or sets the containment setting.

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

Синтаксис

'Декларация
Public Property Value As ContainmentOptionKind 
    Get 
    Set
'Применение
Dim instance As ContainmentDatabaseOption 
Dim value As ContainmentOptionKind 

value = instance.Value

instance.Value = value
public ContainmentOptionKind Value { get; set; }
public:
property ContainmentOptionKind Value {
    ContainmentOptionKind get ();
    void set (ContainmentOptionKind value);
}
member Value : ContainmentOptionKind with get, set
function get Value () : ContainmentOptionKind 
function set Value (value : ContainmentOptionKind)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ContainmentOptionKind
The containment setting.

См. также

Справочник

ContainmentDatabaseOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom