CommandCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.