Share via


Propriété UserOptions

Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Options utilisateur.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Options utilisateur.

Notes

This property specifies the global defaults for all users. A list of default query processing options is established for the duration of a user's work session. This property lets you change the default values of the SET statement options. A user can override these defaults by using the SET statement.