Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>
Property Value
Type: System.Collections.Generic.IList<ApplicationRoleOption>
The list of application role options.