Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the UserOptions property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property UserOptions As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.UserOptions
instance.UserOptions = value
int UserOptions { get; set; }
property int UserOptions {
int get ();
void set (int value);
}
abstract UserOptions : int with get, set
function get UserOptions () : int
function set UserOptions (value : int)
Eigenschaftswert
Typ: System.Int32
The UserOptions property value.