Operation.Revoke 메서드
Revokes the operation.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public Sub Revoke ( _
permission As PermissionType, _
granteeName As String _
)
‘사용 방법
Dim instance As Operation
Dim permission As PermissionType
Dim granteeName As String
instance.Revoke(permission, granteeName)
public void Revoke(
PermissionType permission,
string granteeName
)
public:
void Revoke(
PermissionType permission,
String^ granteeName
)
member Revoke :
permission:PermissionType *
granteeName:string -> unit
public function Revoke(
permission : PermissionType,
granteeName : String
)
매개 변수
- permission
유형: Microsoft.SqlServer.Management.IntegrationServices.PermissionType
The permission.
- granteeName
유형: System.String
The name of the grantee.