Assembly Constructor
Initializes a new instance of the Assembly class using the default values.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Protected Sub New
'Uso
Dim instance As New [Assembly]()
protected Assembly()
protected:
Assembly()
new : unit -> Assembly
protected function Assembly()