Udostępnij za pośrednictwem


Metoda Grant (ObjectPermissionSet, String[], Boolean, String)

Udziela dostępu do określonych uprawnień i możliwości udzielenia dostępu innym użytkownikom określonej grantee na usługa umowie zakładanej roli.

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

Syntax

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

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

Parameters

  • granteeNames
    Typ: array<System. . :: . .String> [] () [] []
    A String tablicy, która określa listę stypendystów, aby odmówić dostępu do uprawnień.
  • grantGrant
    Typ: System. . :: . .Boolean
    A Boolean właściwość, która określa, czy grantee jest możliwość udzielenia dostępu do ServiceContract obiektu dla innych użytkowników.
    Jeśli True, grantee jest możliwość udzielenia dostępu do innych użytkowników usługa kontrakt.
    Jeśli ma wartość FAŁSZ, grantee jest nie możliwość udzielenia dostępu do innych użytkowników usługa kontrakt.
  • asRole
    Typ: System. . :: . .String
    A String wartość, która określa rolę użytkownika zakłada przyznając dostęp do usługa kontrakt 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, array<String> [] () [] [], Boolean, String)