Метод BrokerPriority.Grant (ObjectPermissionSet, String)

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

Grants 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 Grant ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
'Применение
Dim instance As BrokerPriority 
Dim permission As ObjectPermissionSet 
Dim granteeName As String

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

Параметры

  • granteeName
    Тип: System.String
    A String value that specifies the grantee to be granted access to the permission.

Реализует

IObjectPermission.Grant(ObjectPermissionSet, String)

Примеры

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

См. также

Справочник

BrokerPriority Класс

Перегрузка Grant

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

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

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

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

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

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

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

CREATE BROKER PRIORITY (Transact-SQL)

GRANT, предоставление разрешения на компонент Service Broker (Transact-SQL)