共用方式為


ApplicationRole.Grant 方法 (ObjectPermissionSet, String)

Grants the specified set of permissions to the specified grantee on the application role.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Grant ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
'用途
Dim instance As ApplicationRole 
Dim permission As ObjectPermissionSet 
Dim granteeName As String

instance.Grant(permission, granteeName)
public void Grant(
    ObjectPermissionSet permission,
    string granteeName
)
public:
virtual void Grant(
    ObjectPermissionSet^ permission, 
    String^ granteeName
) sealed
abstract Grant : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit  
override Grant : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit
public final function Grant(
    permission : ObjectPermissionSet, 
    granteeName : String
)

參數

  • granteeName
    型別:System.String
    A String value that specifies the grantee to be granted the specified set of permissions on the application role.

實作

IObjectPermission.Grant(ObjectPermissionSet, String)

範例

呼叫方法

請參閱

參考

ApplicationRole 類別

Grant 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

授與、撤銷和拒絕權限

應用程式角色