共用方式為


BrokerPriority.Revoke 方法 (ObjectPermissionSet, String)

This method will be removed in a future version of the product.

Revokes previously granted permissions from a grantee on the conversation priority.

命名空間:  Microsoft.SqlServer.Management.Smo.Broker
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Revoke ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
'用途
Dim instance As BrokerPriority 
Dim permission As ObjectPermissionSet 
Dim granteeName As String

instance.Revoke(permission, granteeName)
public void Revoke(
    ObjectPermissionSet permission,
    string granteeName
)
public:
virtual void Revoke(
    ObjectPermissionSet^ permission, 
    String^ granteeName
) sealed
abstract Revoke : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit  
override Revoke : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit
public final function Revoke(
    permission : ObjectPermissionSet, 
    granteeName : String
)

參數

  • granteeName
    型別:System.String
    A String value that specifies a grantee to be revoked access to the permission.

實作

IObjectPermission.Revoke(ObjectPermissionSet, String)

範例

授與、撤銷和拒絕權限

請參閱

參考

BrokerPriority 類別

Revoke 多載

Microsoft.SqlServer.Management.Smo.Broker 命名空間

其他資源

交談優先權

管理交談優先權

疑難排解交談優先權

開發 (Service Broker)

概觀 (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

REVOKE Service Broker 權限 (Transact-SQL)