Udostępnij za pośrednictwem


Metoda Grant (ObjectPermissionSet, String[], Boolean)

Dotacje dostęp do określonych uprawnień i możliwości udzielenia dostępu do innych użytkowników dla stypendystów określonego użytkownika bazy danych.

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

Syntax

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

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

Parameters

  • granteeNames
    Typ: array<System. . :: . .String> [] () [] []
    A String tablicy, która określa listę stypendystów, aby uzyskać dostęp do uprawnień.
  • grantGrant
    Typ: System. . :: . .Boolean
    A Boolean właściwość, która określa, czy grantee jest możliwość udzielenia dostępu do User obiektu dla innych użytkowników.
    Jeśli True, grantee jest możliwość udzielenia innym użytkownikom dostęp do bazy danych użytkownika.
    Jeśli ma wartość FAŁSZ, grantee jest nie możliwość udzielenia innym użytkownikom dostęp do bazy danych użytkownika.

Implementacje

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