DatabasePermission 建構函式 (String, String, String)
Initializes a new instance of the DatabasePermission class using a database name, a role identifier, and a unique identifier.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public 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 DatabasePermission(roleId, _
name, id)
public DatabasePermission(
string roleId,
string name,
string id
)
public:
DatabasePermission(
String^ roleId,
String^ name,
String^ id
)
new :
roleId:string *
name:string *
id:string -> DatabasePermission
public function DatabasePermission(
roleId : String,
name : String,
id : String
)
參數
- roleId
型別:System.String
A String that contains the name of the role identifier.
- name
型別:System.String
A String that contains the name of the database.
- id
型別:System.String
A String that contains a unique identifier for the database.