Propriedade do RDL ContainmentDatabaseOption.Value
Gets or sets the containment setting.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Value As ContainmentOptionKind
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ContainmentOptionKind
The containment setting.