Конструктор ComAssembly (String)
Initializes a new instance of the ComAssembly class 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
The name of the ComAssembly.