Constructeur ComAssembly (String)
Initializes a new instance of the ComAssembly class using the specified assembly.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The name of the ComAssembly.