다음을 통해 공유


OleAutomationEnabled 속성

Gets or sets a Boolean value that specifies if the OleAutomationEnabled property value is set.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Property OleAutomationEnabled As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

형식: System. . :: . .Boolean
True if the property is set. False if the property is not set.