MessageType.Deny 메서드 (ObjectPermissionSet, String)

Denies access to the specified permission for the specified grantee on the Message type.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Deny ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
‘사용 방법
Dim instance As MessageType 
Dim permission As ObjectPermissionSet 
Dim granteeName As String

instance.Deny(permission, granteeName)
public void Deny(
    ObjectPermissionSet permission,
    string granteeName
)
public:
virtual void Deny(
    ObjectPermissionSet^ permission, 
    String^ granteeName
) sealed
abstract Deny : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit  
override Deny : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit
public final function Deny(
    permission : ObjectPermissionSet, 
    granteeName : String
)

매개 변수

  • granteeName
    유형: System.String
    A String value that specifies the grantee to be denied access to the permission.

구현

IObjectPermission.Deny(ObjectPermissionSet, String)

권한 부여, 취소 및 거부

참고 항목

참조

MessageType 클래스

Deny 오버로드

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스

관련 자료

권한 부여, 취소 및 거부

개발(Service Broker)

Service Broker 관리

개요(Service Broker)

CREATE MESSAGE TYPE(Transact-SQL)