共用方式為


IObjectPermission.Revoke 方法 (ObjectPermissionSet, String)

Revokes previously granted permissions from a grantee on the SMO object.

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

語法

'宣告
Sub Revoke ( _
    permissions As ObjectPermissionSet, _
    granteeName As String _
)
'用途
Dim instance As IObjectPermission 
Dim permissions As ObjectPermissionSet 
Dim granteeName As String

instance.Revoke(permissions, granteeName)
void Revoke(
    ObjectPermissionSet permissions,
    string granteeName
)
void Revoke(
    ObjectPermissionSet^ permissions, 
    String^ granteeName
)
abstract Revoke : 
        permissions:ObjectPermissionSet * 
        granteeName:string -> unit
function Revoke(
    permissions : ObjectPermissionSet, 
    granteeName : String
)

參數

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

請參閱

參考

IObjectPermission 介面

Revoke 多載

Microsoft.SqlServer.Management.Smo 命名空間