ApplicationRoleStatement.ApplicationRoleOptions Property

 

Applies To: SQL Server 2016 Preview

Gets a list of application role options.

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

Syntax

public IList<ApplicationRoleOption> ApplicationRoleOptions { get; }
public:
property IList<ApplicationRoleOption^>^ ApplicationRoleOptions {
    IList<ApplicationRoleOption^>^ get();
}
member ApplicationRoleOptions : IList<ApplicationRoleOption> with get
Public ReadOnly Property ApplicationRoleOptions As IList(Of ApplicationRoleOption)

Property Value

Type: System.Collections.Generic.IList<ApplicationRoleOption>

The list of application role options.

See Also

ApplicationRoleStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top