Share via


Propriété ShowAdvancedOptions

Obtient l'objet ConfigProperty utilisé pour définir l'affichez l'option de configuration Afficher les options avancées.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ShowAdvancedOptions As ConfigProperty
    Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.ShowAdvancedOptions
public ConfigProperty ShowAdvancedOptions { get; }
public:
property ConfigProperty^ ShowAdvancedOptions {
    ConfigProperty^ get ();
}
member ShowAdvancedOptions : ConfigProperty
function get ShowAdvancedOptions () : ConfigProperty

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Afficher les options avancées.

Notes

This property specifies whether to display the sp_configure system stored procedure advanced options.