MdxScript 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
MdxScript() |
Initializes a new instance of MdxScript using the default values. |
MdxScript(String, String) |
Initializes a new instance of MdxScript using the specified name and identifier. |
MdxScript()
Initializes a new instance of MdxScript using the default values.
public MdxScript ();
Public Sub New ()
Applies to
MdxScript(String, String)
Initializes a new instance of MdxScript using the specified name and identifier.
public MdxScript (string name, string id);
new Microsoft.AnalysisServices.MdxScript : string * string -> Microsoft.AnalysisServices.MdxScript
Public Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the MdxScript.
- id
- String
A String that contains a unique identifier for the MdxScript.