UserOptions propriété
Gets the ConfigProperty object that is used to set the user options configuration option.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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 la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
A ConfigProperty object that specifies the settings for the user options configuration option.
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.
Voir aussi