Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.