共用方式為


ComAssembly 建構函式 (String, String)

Initializes a new instance of the ComAssembly class using the specified assembly and its identifier.

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

語法

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

Dim instance As New ComAssembly(name, id)
public ComAssembly(
    string name,
    string id
)
public:
ComAssembly(
    String^ name, 
    String^ id
)
new : 
        name:string * 
        id:string -> ComAssembly
public function ComAssembly(
    name : String, 
    id : String
)

參數

請參閱

參考

ComAssembly 類別

ComAssembly 多載

Microsoft.AnalysisServices 命名空間