Partager via


Méthode Add

Creates and adds an MdxScript to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add As MdxScript
'Utilisation
Dim instance As MdxScriptCollection
Dim returnValue As MdxScript

returnValue = instance.Add()
public MdxScript Add()
public:
MdxScript^ Add()
member Add : unit -> MdxScript 
public function Add() : MdxScript

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .MdxScript
A new, empty MdxScript.