Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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>
Property Value
Type: System.Collections.Generic.IList<PrincipalOption>
The user options.