Udostępnij za pośrednictwem


Metoda IObjectPermission.Grant (ObjectPermissionSet, String, Boolean)

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 _
)
'Użycie
Dim instance As IObjectPermission
Dim permissions As ObjectPermissionSet
Dim granteeName As String
Dim grantGrant As Boolean

instance.Grant(permissions, granteeName, _
    grantGrant)
void Grant(
    ObjectPermissionSet permissions,
    string granteeName,
    bool grantGrant
)
void Grant(
    ObjectPermissionSet^ permissions, 
    String^ granteeName, 
    bool grantGrant
)
abstract Grant : 
        permissions:ObjectPermissionSet * 
        granteeName:string * 
        grantGrant:bool -> unit 
function Grant(
    permissions : 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 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.