Share via


PrivilegeSecurityElement80.Privileges Property

Gets a list of privileges.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

Type: System.Collections.Generic.IList<Privilege80>

.NET Framework Security

See Also

Reference

PrivilegeSecurityElement80 Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace