Udostępnij za pośrednictwem


Właściwość IServerConfigurationFacet.OleAutomationEnabled

Pobiera lub zestaws wartość logiczna określająca, czy wartość właściwość OleAutomationEnabled jest zestaw.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Property OleAutomationEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IServerConfigurationFacet
Dim value As Boolean

value = instance.OleAutomationEnabled

instance.OleAutomationEnabled = value
bool OleAutomationEnabled { get; set; }
property bool OleAutomationEnabled {
    bool get ();
    void set (bool value);
}
abstract OleAutomationEnabled : bool with get, set
function get OleAutomationEnabled () : boolean
function set OleAutomationEnabled (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.