ApplicationRoleStatement.ApplicationRoleOptions Property
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)
'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 ();
}
public 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.
See Also
Reference
ApplicationRoleStatement Class