共用方式為


Permission 建構函式 (String, String, String)

Initializes a new instance of Permission using roleID, user name, and user ID as parameter values. This method is invoked from a derived class or overloaded.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Protected Sub New ( _
    roleId As String, _
    name As String, _
    id As String _
)
'用途
Dim roleId As String 
Dim name As String 
Dim id As String 

Dim instance As New Permission(roleId, _
    name, id)
protected Permission(
    string roleId,
    string name,
    string id
)
protected:
Permission(
    String^ roleId, 
    String^ name, 
    String^ id
)
new : 
        roleId:string * 
        name:string * 
        id:string -> Permission
protected function Permission(
    roleId : String, 
    name : String, 
    id : String
)

參數

  • roleId
    型別:System.String
    A String value with the role ID of the role for which permissions are being defined
  • name
    型別:System.String
    A String value with the name of current permission.
  • id
    型別:System.String
    A String value with the ID of current permission.

請參閱

參考

Permission 類別

Permission 多載

Microsoft.AnalysisServices 命名空間