Operation.Revoke(PermissionType, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Revokes the operation.
public:
void Revoke(Microsoft::SqlServer::Management::IntegrationServices::PermissionType permission, System::String ^ granteeName);
public void Revoke (Microsoft.SqlServer.Management.IntegrationServices.PermissionType permission, string granteeName);
member this.Revoke : Microsoft.SqlServer.Management.IntegrationServices.PermissionType * string -> unit
Public Sub Revoke (permission As PermissionType, granteeName As String)
Parameters
- permission
- PermissionType
The permission.
- granteeName
- String
The name of the grantee.