共用方式為


SymmetricKey.Revoke 方法 (ObjectPermissionSet, String)

Revokes a previously granted set of permissions from a grantee on the symmetric key.

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

語法

'宣告
Public Sub Revoke ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
'用途
Dim instance As SymmetricKey 
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 the set of permissions.

實作

IObjectPermission.Revoke(ObjectPermissionSet, String)

範例

授與、撤銷和拒絕權限

請參閱

參考

SymmetricKey 類別

Revoke 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

使用加密

加密階層