CommandCollection Constructor (MdxScript)
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
parent As MdxScript _
)
'Uso
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
)
Parámetros
- parent
Tipo: Microsoft.AnalysisServices.MdxScript