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)