AdHocDistributedQueriesEnabled-Eigenschaft
Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption Ad Hoc Distributed Queries verwendet wird.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property AdHocDistributedQueriesEnabled As ConfigProperty
Get
'Usage
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.AdHocDistributedQueriesEnabled
public ConfigProperty AdHocDistributedQueriesEnabled { get; }
public:
property ConfigProperty^ AdHocDistributedQueriesEnabled {
ConfigProperty^ get ();
}
member AdHocDistributedQueriesEnabled : ConfigProperty
function get AdHocDistributedQueriesEnabled () : ConfigProperty
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption Ad Hoc Distributed Queries angibt.
Hinweise
The AdHocDistributedQueriesEnabled property sets the ad hoc distributed queries configuration option. This property is used to allow ad hoc access through the OPENROWSET and OPENDATASOURCE functions on an OLE DB provider.
Siehe auch