Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ContainmentOptionKind
The containment setting.