Construtor ComAssembly (String)
Initializes a new instance of the ComAssembly class using the specified assembly.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String _
)
'Uso
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
)
Parâmetros
- name
Tipo: System.String
The name of the ComAssembly.