ComAssembly 构造函数 (String)
Initializes a new instance of ComAssembly using the specified assembly.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub New ( _
name As String _
)
用法
Dim name As String
Dim instance As New ComAssembly(name)
public ComAssembly(
string name
)
public:
ComAssembly(
String^ name
)
new :
name:string -> ComAssembly
public function ComAssembly(
name : String
)
参数
- name
类型:System. . :: . .String
A String that contains the name of the ComAssembly.