FullTextStopList.Grant Method (ObjectPermissionSet, String, Boolean, String)
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub Grant ( _
permission As ObjectPermissionSet, _
granteeName As String, _
grantGrant As Boolean, _
asRole As String _
)
public void Grant (
ObjectPermissionSet permission,
string granteeName,
bool grantGrant,
string asRole
)
public:
virtual void Grant (
ObjectPermissionSet^ permission,
String^ granteeName,
bool grantGrant,
String^ asRole
) sealed
public final void Grant (
ObjectPermissionSet permission,
String granteeName,
boolean grantGrant,
String asRole
)
public final function Grant (
permission : ObjectPermissionSet,
granteeName : String,
grantGrant : boolean,
asRole : String
)
Parameters
- permission
- granteeName
- grantGrant
- asRole
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.