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