ISqlSecurable.Permissions Property

Gets the list of permissions that apply to this object.

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

Syntax

'Declaration
ReadOnly Property Permissions As IList(Of ISqlPermissionStatement)
IList<ISqlPermissionStatement> Permissions { get; }
property IList<ISqlPermissionStatement^>^ Permissions {
    IList<ISqlPermissionStatement^>^ get ();
}
abstract Permissions : IList<ISqlPermissionStatement>
function get Permissions () : IList<ISqlPermissionStatement>

Property Value

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

.NET Framework Security

See Also

Reference

ISqlSecurable Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace