PrivilegeSecurityElement80.Privileges 属性

获取特权的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public ReadOnly Property Privileges As IList(Of Privilege80)
    Get
public IList<Privilege80> Privileges { get; }
public:
property IList<Privilege80^>^ Privileges {
    IList<Privilege80^>^ get ();
}
member Privileges : IList<Privilege80>
function get Privileges () : IList<Privilege80>

属性值

类型:System.Collections.Generic.IList<Privilege80>

.NET Framework 安全性

请参见

参考

PrivilegeSecurityElement80 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间