Méthode Add (MdxScript)
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 ( _
item As MdxScript _
) As Integer
'Utilisation
Dim instance As MdxScriptCollection
Dim item As MdxScript
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
MdxScript item
)
public:
int Add(
MdxScript^ item
)
member Add :
item:MdxScript -> int
public function Add(
item : MdxScript
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .MdxScript
The MdxScript to be added.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the MdxScript has been added.
Voir aussi