Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This method will be removed in a future version of the product.
Revokes previously granted permissions from a grantee on the conversation priority.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Revoke ( _
permission As ObjectPermissionSet, _
granteeNames As String() _
)
'Usage
Dim instance As BrokerPriority
Dim permission As ObjectPermissionSet
Dim granteeNames As String()
instance.Revoke(permission, granteeNames)
public void Revoke(
ObjectPermissionSet permission,
string[] granteeNames
)
public:
virtual void Revoke(
ObjectPermissionSet^ permission,
array<String^>^ granteeNames
) sealed
abstract Revoke :
permission:ObjectPermissionSet *
granteeNames:string[] -> unit
override Revoke :
permission:ObjectPermissionSet *
granteeNames:string[] -> unit
public final function Revoke(
permission : ObjectPermissionSet,
granteeNames : String[]
)
Parameters
- permission
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that specifies the permission.
- granteeNames
Type: array<System.String[]
A String value that specifies a grantee to be revoked access to the permission.
Implements
IObjectPermission.Revoke(ObjectPermissionSet, array<String[])
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace
Other Resources
Manage Conversation Priorities
Troubleshoot Conversation Priorities
DEL - Development (Service Broker)