共用方式為


ApplicationRoleStatement.ApplicationRoleOptions 屬性

Gets a list of application role options.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property ApplicationRoleOptions As IList(Of ApplicationRoleOption)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic.IList<ApplicationRoleOption>
The list of application role options.

請參閱

參考

ApplicationRoleStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間