Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a Boolean value that specifies if the OleAutomationEnabled property value is set.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Property OleAutomationEnabled As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
True if the property is set. False if the property is not set.