This topic has not yet been rated - Rate this topic

ComAssembly Constructor (String, String)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public ComAssembly(
	string name,
	string id
)

Parameters

name
Type: System.String
The name of the ComAssembly.
id
Type: System.String
The identifier of the ComAssembly.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.