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.