Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the containment setting.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Value As ContainmentOptionKind
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ContainmentOptionKind
The containment setting.