Constructeur CommandCollection (MdxScript)
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As MdxScript _
)
'Utilisation
Dim parent As MdxScript
Dim instance As New CommandCollection(parent)
public CommandCollection(
MdxScript parent
)
public:
CommandCollection(
MdxScript^ parent
)
new :
parent:MdxScript -> CommandCollection
public function CommandCollection(
parent : MdxScript
)
Paramètres
- parent
Type : Microsoft.AnalysisServices.MdxScript