xSQL Schema Compare SDK for SQL Server version 12
PermissionType Class
Members 


Contains the type of a database permission.
Object Model
PermissionType Class
Syntax
'Declaration
 
Public NotInheritable Class PermissionType 
   Inherits SqlEntity
public sealed class PermissionType : SqlEntity 
public __gc __sealed class PermissionType : public SqlEntity 
Remarks
The permission type corresponds to an object or statement permission that is explicitly granted or denied. This object identifies a permission type by a code and a name. The name is the permission specified in the SQL Server GRANT or DENY statement, such as the ALTER or EXECUTE permission. The code is a internal identifier that comes from SQL Server system catalog.
Inheritance Hierarchy

System.Object
   xSQL.Schema.Core.Entity
      xSQL.Schema.SqlServer.SqlEntity
         xSQL.Schema.SqlServer.PermissionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PermissionType Members
xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback