Metoda FullTextCatalog.Grant (ObjectPermissionSet, String, Boolean)
Przyznającą dostęp do określonych uprawnień do grantee i możliwości udzielenia dostępu do innych użytkowników w wykazie pełny tekst.
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 FullTextCatalog
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
- permission
Typ: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
ObjectPermissionSet Obiekt, który określa zestaw uprawnień.
- granteeName
Typ: System.String
A String wartość określająca grantee niedozwolone określonego zestaw uprawnień.
- grantGrant
Typ: System.Boolean
A Boolean właściwość, która określa, czy grantee jest możliwość udzielenia zestaw uprawnień innych użytkowników w katalogu pełnotekstowego.
Jeśli True, grantee jest możliwość udzielenia określonego zestaw uprawnień innych użytkowników w katalogu pełny tekst.
Jeśli False, grantee nie jest możliwość udzielenia określonego zestaw uprawnień innych użytkowników w katalogu pełny tekst.
Implementacje
IObjectPermission.Grant(ObjectPermissionSet, String, Boolean)