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 user options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property UserOptions As IList(Of PrincipalOption)
Get
'Usage
Dim instance As UserStatement
Dim value As IList(Of PrincipalOption)
value = instance.UserOptions
public IList<PrincipalOption> UserOptions { get; }
public:
property IList<PrincipalOption^>^ UserOptions {
IList<PrincipalOption^>^ get ();
}
member UserOptions : IList<PrincipalOption>
function get UserOptions () : IList<PrincipalOption>
Eigenschaftswert
Typ: System.Collections.Generic.IList<PrincipalOption>
The user options.