Właściwość IServerConfigurationFacet.AweEnabled
Pobiera wartość logiczna określająca, czy wartość awe włączone jest zestaw.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property AweEnabled As Boolean
Get
Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean
value = instance.AweEnabled
instance.AweEnabled = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
bool AweEnabled { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property bool AweEnabled {
bool get ();
void set (bool value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract AweEnabled : bool with get, set
function get AweEnabled () : boolean
function set AweEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli właściwość jest zestaw. FALSE , jeśli właściwość nie jest zestaw.
Zobacz także