Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Denies the operation for the integration service.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Deny ( _
permission As PermissionType, _
granteeName As String _
)
'Usage
Dim instance As Operation
Dim permission As PermissionType
Dim granteeName As String
instance.Deny(permission, granteeName)
public void Deny(
PermissionType permission,
string granteeName
)
public:
void Deny(
PermissionType permission,
String^ granteeName
)
member Deny :
permission:PermissionType *
granteeName:string -> unit
public function Deny(
permission : PermissionType,
granteeName : String
)
Parameters
- permission
Type: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The permission.
- granteeName
Type: System.String
The name of the grantee.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace