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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.