Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
)
Parameters
- parent
Type: Microsoft.AnalysisServices.MdxScript