Udostępnij za pośrednictwem


Metoda Grant (ObjectPermissionSet, String, Boolean, String)

Dotacje dostęp do określonych uprawnień i możliwości udzielenia dostępu innym użytkownikom określonej grantee kolejkę usługa.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Broker
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public Sub Grant ( _
    permission As ObjectPermissionSet, _
    granteeName As String, _
    grantGrant As Boolean, _
    asRole As String _
)
'Użycie
Dim instance As ServiceQueue
Dim permission As ObjectPermissionSet
Dim granteeName As String
Dim grantGrant As Boolean
Dim asRole As String

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

Parameters

  • grantGrant
    Typ: System. . :: . .Boolean
    A Boolean właściwość, która określa, czy grantee jest możliwość udzielenia dostępu do ServiceQueue obiektu dla innych użytkowników.
    Jeśli True, grantee jest możliwość udzielenia dostępu do kolejki usługa innych użytkowników.
    Jeśli False, grantee nie jest możliwość udzielenia dostępu do kolejki usługa innych użytkowników.
  • asRole
    Typ: System. . :: . .String
    A String wartość, która określa rolę użytkownika zakłada przyznając dostęp do kolejki usługa do innych użytkowników. Ten parametr służy do stypendystów, którzy są członkami więcej niż jednej roli.

Implementacje

IObjectPermission. . :: . .Grant(ObjectPermissionSet, String, Boolean, String)