Propriété XPCmdShellEnabled
Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration XPCmdShell activé.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property XPCmdShellEnabled As ConfigProperty
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.XPCmdShellEnabled
public ConfigProperty XPCmdShellEnabled { get; }
public:
property ConfigProperty^ XPCmdShellEnabled {
ConfigProperty^ get ();
}
member XPCmdShellEnabled : ConfigProperty
function get XPCmdShellEnabled () : ConfigProperty
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration XPCmdShell activé.
Notes
The Affinity64Mask property sets the XP cmd shell enabled configuration option. This property is used to enable the command shell extended stored procedures.
Voir aussi