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


Метод UserDefinedAggregate.Grant (ObjectPermissionSet, array<String )

Grants the specified set of permissions to the specified grantees on the user-defined aggregate.

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

Синтаксис

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

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

Параметры

  • granteeNames
    Тип: array<System.String[]
    A String array that lists the grantees to be granted the specified set of permissions on the user-defined aggregate.

Реализует

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

Примеры

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

См. также

Справочник

UserDefinedAggregate Класс

Перегрузка Grant

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

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

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

Оператор Aggregate инструкции Showplan

CREATE AGGREGATE (Transact-SQL)