Metoda IObjectPermission.Grant (ObjectPermissionSet, array<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 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, _
granteeNames As String(), _
grantGrant As Boolean _
)
'Użycie
Dim instance As IObjectPermission
Dim permissions As ObjectPermissionSet
Dim granteeNames As String()
Dim grantGrant As Boolean
instance.Grant(permissions, granteeNames, _
grantGrant)
void Grant(
ObjectPermissionSet permissions,
string[] granteeNames,
bool grantGrant
)
void Grant(
ObjectPermissionSet^ permissions,
array<String^>^ granteeNames,
bool grantGrant
)
abstract Grant :
permissions:ObjectPermissionSet *
granteeNames:string[] *
grantGrant:bool -> unit
function Grant(
permissions : ObjectPermissionSet,
granteeNames : String[],
grantGrant : boolean
)
Parametry
- permissions
Typ: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
ObjectPermissionSet Obiekt, który określa uprawnienia.
- 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 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.
Zobacz także