共用方式為


FullTextCatalog.Revoke 方法 (ObjectPermissionSet, String)

Revokes a previously granted set of permissions from a grantee on the full text catalog.

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

語法

'宣告
Public Sub Revoke ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
'用途
Dim instance As FullTextCatalog 
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)

範例

授與、撤銷和拒絕權限

請參閱

參考

FullTextCatalog 類別

Revoke 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

實作全文檢索搜尋

全文檢索搜尋概觀

CREATE FULLTEXT CATALOG (Transact-SQL)