ApplicationRoleStatement.ApplicationRoleOptions Property

Gets a list of application role options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ApplicationRoleStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace