Schema.Revoke 方法 (ObjectPermissionSet, String)

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Revoke ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
用法
Dim instance As Schema 
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)

示例

授予、撤消和拒绝权限

请参阅

参考

Schema 类

Revoke 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

了解数据库架构

CREATE SCHEMA (Transact-SQL)