CommandCollection Constructors

Definition

Overloads

CommandCollection()

Initializes a new instance of CommandCollection using the default values.

CommandCollection(MdxScript)

Initializes a new instance of CommandCollection using the specified parent.

CommandCollection()

Initializes a new instance of CommandCollection using the default values.

public CommandCollection ();
Public Sub New ()

Applies to

CommandCollection(MdxScript)

Initializes a new instance of CommandCollection using the specified parent.

public CommandCollection (Microsoft.AnalysisServices.MdxScript parent);
new Microsoft.AnalysisServices.CommandCollection : Microsoft.AnalysisServices.MdxScript -> Microsoft.AnalysisServices.CommandCollection
Public Sub New (parent As MdxScript)

Parameters

parent
MdxScript

The parent MdxScript.

Applies to