ISurfaceAreaFacet.OleAutomationEnabled 속성

Gets or sets the OleAutomationEnabled property value.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("OleAutomationEnabledDesc")> _
<DisplayNameKeyAttribute("OleAutomationEnabledName")> _
Property OleAutomationEnabled As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ISurfaceAreaFacet 
Dim value As Boolean 

value = instance.OleAutomationEnabled

instance.OleAutomationEnabled = value
[DisplayDescriptionKeyAttribute("OleAutomationEnabledDesc")]
[DisplayNameKeyAttribute("OleAutomationEnabledName")]
bool OleAutomationEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"OleAutomationEnabledDesc")]
[DisplayNameKeyAttribute(L"OleAutomationEnabledName")]
property bool OleAutomationEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("OleAutomationEnabledDesc")>]
[<DisplayNameKeyAttribute("OleAutomationEnabledName")>]
abstract OleAutomationEnabled : bool with get, set
function get OleAutomationEnabled () : boolean 
function set OleAutomationEnabled (value : boolean)

속성 값

유형: System.Boolean
The OleAutomationEnabled property value.

참고 항목

참조

ISurfaceAreaFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스