Właściwość AdHocRemoteQueriesEnabled
Pobiera lub ustawia wartość właściwość AdHocRemoteQueriesEnabled.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("AdHocRemoteQueriesEnabledName")> _
<DisplayDescriptionKeyAttribute("AdHocRemoteQueriesEnabledDesc")> _
Property AdHocRemoteQueriesEnabled As Boolean
Get
Set
'Użycie
Dim instance As ISurfaceAreaFacet
Dim value As Boolean
value = instance.AdHocRemoteQueriesEnabled
instance.AdHocRemoteQueriesEnabled = value
[DisplayNameKeyAttribute("AdHocRemoteQueriesEnabledName")]
[DisplayDescriptionKeyAttribute("AdHocRemoteQueriesEnabledDesc")]
bool AdHocRemoteQueriesEnabled { get; set; }
[DisplayNameKeyAttribute(L"AdHocRemoteQueriesEnabledName")]
[DisplayDescriptionKeyAttribute(L"AdHocRemoteQueriesEnabledDesc")]
property bool AdHocRemoteQueriesEnabled {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("AdHocRemoteQueriesEnabledName")>]
[<DisplayDescriptionKeyAttribute("AdHocRemoteQueriesEnabledDesc")>]
abstract AdHocRemoteQueriesEnabled : bool with get, set
function get AdHocRemoteQueriesEnabled () : boolean
function set AdHocRemoteQueriesEnabled (value : boolean)
Wartość właściwości
Zobacz także