Assembly 建構函式 (String)
Initializes a new instance of the Assembly class using a name.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Protected Sub New ( _
name As String _
)
'用途
Dim name As String
Dim instance As New [Assembly](name)
protected Assembly(
string name
)
protected:
Assembly(
String^ name
)
new :
name:string -> Assembly
protected function Assembly(
name : String
)
參數
- name
型別:System.String
The name of the assembly.