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
)
매개 변수
- permission
유형: Microsoft.SqlServer.Management.Smo. . :: . .ObjectPermissionSet
An ObjectPermissionSet object that specifies the set of permissions.
- granteeName
유형: System. . :: . .String
A String value that specifies a grantee to be revoked the set of permissions.
구현
IObjectPermission. . :: . .Revoke(ObjectPermissionSet, String)