ContainmentDatabaseOption.Value Property
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.