Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the Boolean property value that specifies whether the configuration option is an advanced option.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsAdvanced As Boolean
Get
'Utilisation
Dim instance As ConfigProperty
Dim value As Boolean
value = instance.IsAdvanced
public bool IsAdvanced { get; }
public:
property bool IsAdvanced {
bool get ();
}
member IsAdvanced : bool
function get IsAdvanced () : boolean
Valeur de propriété
Type : System.Boolean
A Boolean value that specifies whether the configuration option is an advanced option.If True, the configuration option is advanced.If False (default), the configuration option is basic and not advanced.
Notes
The configuration options are divided into two groups, advanced and basic. The advanced options require a deeper understanding of Microsoft SQL Server and are not available without first setting the ShowAdvancedOptions property configuration option to True.
Exemples
Configuration de SQL Server dans SMO
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo