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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.