Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
grantee As String, _
grantor As String, _
permissionType As PermissionType, _
isDeny As Boolean _
)
'Применение
Dim grantee As String
Dim grantor As String
Dim permissionType As PermissionType
Dim isDeny As Boolean
Dim instance As New ExplicitPermissionInfo(grantee, _
grantor, permissionType, isDeny)
public ExplicitPermissionInfo(
string grantee,
string grantor,
PermissionType permissionType,
bool isDeny
)
public:
ExplicitPermissionInfo(
String^ grantee,
String^ grantor,
PermissionType permissionType,
bool isDeny
)
new :
grantee:string *
grantor:string *
permissionType:PermissionType *
isDeny:bool -> ExplicitPermissionInfo
public function ExplicitPermissionInfo(
grantee : String,
grantor : String,
permissionType : PermissionType,
isDeny : boolean
)
Параметры
- grantee
Тип: System.String
The name of the principal that granted the permission.
- grantor
Тип: System.String
The name of the principal that grants the permission.
- permissionType
Тип: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The type of the permission.
- isDeny
Тип: System.Boolean
true to an object that is a denied permission; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices