Proprietà AgentXPsEnabled
Ottiene l'oggetto ConfigProperty utilizzato per impostare l'opzione di configurazione agent XPs enabled.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AgentXPsEnabled As ConfigProperty
Get
'Utilizzo
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.AgentXPsEnabled
public ConfigProperty AgentXPsEnabled { get; }
public:
property ConfigProperty^ AgentXPsEnabled {
ConfigProperty^ get ();
}
member AgentXPsEnabled : ConfigProperty
function get AgentXPsEnabled () : ConfigProperty
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Oggetto ConfigProperty che specifica le impostazioni per l'opzione di configurazione agent XPs enabled.
Osservazioni
The AgentXPsEnabled property sets the agent XPs enabled configuration option. This property is used to enable the SQL Server Agent extended stored procedures.
Vedere anche