UserOptions-Eigenschaft
Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption Benutzeroptionen verwendet wird.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property UserOptions As ConfigProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption Benutzeroptionen angibt.
Hinweise
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.
Siehe auch