Compartir a través de


ServerAdapterBase.AdHocRemoteQueriesEnabled Propiedad

Gets or sets the value of the referenced property.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property AdHocRemoteQueriesEnabled As Boolean 
    Get 
    Set
'Uso
Dim instance As ServerAdapterBase 
Dim value As Boolean 

value = instance.AdHocRemoteQueriesEnabled

instance.AdHocRemoteQueriesEnabled = value
public bool AdHocRemoteQueriesEnabled { get; set; }
public:
virtual property bool AdHocRemoteQueriesEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract AdHocRemoteQueriesEnabled : bool with get, set 
override AdHocRemoteQueriesEnabled : bool with get, set
final function get AdHocRemoteQueriesEnabled () : boolean 
final function set AdHocRemoteQueriesEnabled (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
An Int32 value that contains the value of the referenced property option.

Vea también

Referencia

ServerAdapterBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo