CommandCollection-Konstruktor (MdxScript)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
parent As MdxScript _
)
'Usage
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
)
Parameter
- parent
Typ: Microsoft.AnalysisServices.MdxScript