Udostępnij za pośrednictwem


Metoda User.Grant (ObjectPermissionSet, String, Boolean)

Dotacje dostęp do określonych uprawnień i możliwości udzielenia dostępu innym użytkownikom grantee określonego użytkownika bazy danych.

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

Składnia

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

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

Parametry

  • granteeName
    Typ: System.String
    A String wartość określająca grantee, 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 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 nie podano zdolność do odmawiania dostępu użytkownika bazy danych innych użytkowników.

Implementacje

IObjectPermission.Grant(ObjectPermissionSet, String, Boolean)