Поделиться через


Метод BrokerPriority.Deny (ObjectPermissionSet, array<String )

This method will be removed in a future version of the product.

Denies access to the specified permission for the specified grantees on the conversation priority.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Deny ( _
    permission As ObjectPermissionSet, _
    granteeNames As String() _
)
'Применение
Dim instance As BrokerPriority 
Dim permission As ObjectPermissionSet 
Dim granteeNames As String()

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

Параметры

  • granteeNames
    Тип: array<System.String[]
    A String value that specifies the grantee to be denied access to the permission.

Реализует

IObjectPermission.Deny(ObjectPermissionSet, array<String[])

Примеры

Предоставление, отмена и запрет разрешений

См. также

Справочник

BrokerPriority Класс

Перегрузка Deny

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Приоритеты диалогов

Управление приоритетом диалогов

Устранение неполадок с приоритетами диалогов

Разработка (компонент Service Broker)

Общие сведения (компонент Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

DENY, запрет разрешений компонента Service Broker (Transact-SQL)