Share via


SecurityStatement.Permissions Property

Gets a list of the permissions.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SecurityStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace