Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.