Freigeben über


ApplicationRoleStatement.ApplicationRoleOptions-Eigenschaft

Gets a list of application role options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property ApplicationRoleOptions As IList(Of ApplicationRoleOption)
    Get
'Usage
Dim instance As ApplicationRoleStatement 
Dim value As IList(Of ApplicationRoleOption)

value = instance.ApplicationRoleOptions
public IList<ApplicationRoleOption> ApplicationRoleOptions { get; }
public:
property IList<ApplicationRoleOption^>^ ApplicationRoleOptions {
    IList<ApplicationRoleOption^>^ get ();
}
member ApplicationRoleOptions : IList<ApplicationRoleOption>
function get ApplicationRoleOptions () : IList<ApplicationRoleOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ApplicationRoleOption>
The list of application role options.

Siehe auch

Verweis

ApplicationRoleStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace