xSQL Schema Compare SDK for SQL Server version 12
PermissionType Constructor


A unique id for the permission type.
Permission code.
Permission name
Initializes a new instance of the PermissionType with the specified id, code and name.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal typeCode As System.String, _
   ByVal typeName As System.String _
)
public PermissionType( 
   System.int id,
   System.string typeCode,
   System.string typeName
)
public: PermissionType( 
   System.int id,
   System.string* typeCode,
   System.string* typeName
)

Parameters

id
A unique id for the permission type.
typeCode
Permission code.
typeName
Permission name
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 Class
PermissionType Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback