Udostępnij za pośrednictwem


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

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

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

Składnia

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

instance.Grant(permissions, granteeName, _
    grantGrant, asRole)
void Grant(
    ObjectPermissionSet permissions,
    string granteeName,
    bool grantGrant,
    string asRole
)
void Grant(
    ObjectPermissionSet^ permissions, 
    String^ granteeName, 
    bool grantGrant, 
    String^ asRole
)
abstract Grant : 
        permissions:ObjectPermissionSet * 
        granteeName:string * 
        grantGrant:bool * 
        asRole:string -> unit 
function Grant(
    permissions : ObjectPermissionSet, 
    granteeName : String, 
    grantGrant : boolean, 
    asRole : String
)

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 obiektu dla innych użytkowników.
    Jeśli True, grantee jest możliwość udzielenia dostępu do obiektu SMO innych użytkowników.
    Jeśli ma wartość FAŁSZ, grantee jest nie możliwość udzielenia dostępu do obiektu SMO innych użytkowników.
  • asRole
    Typ: System.String
    A String wartość, która określa rolę użytkownika zakłada podczas przyznawania dostępu do obiektu SMO do innych użytkowników.Ten parametr służy do stypendystów, którzy są członkami więcej niż jednej roli.