Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the OleAutomationEnabled property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("OleAutomationEnabledDesc")> _
<DisplayNameKeyAttribute("OleAutomationEnabledName")> _
Property OleAutomationEnabled As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
The OleAutomationEnabled property value.