MdxScript Constructors

Definition

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.

Applies to