MajorObject Constructors

Definition

Overloads

MajorObject()

Initializes a new major object as implemented by the derived class using default values.

MajorObject(String)

Initializes a new major object as implemented by the derived class using the specified object name.

MajorObject(String, String)

Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.

MajorObject()

Initializes a new major object as implemented by the derived class using default values.

protected MajorObject ();
Protected Sub New ()

Applies to

MajorObject(String)

Initializes a new major object as implemented by the derived class using the specified object name.

protected MajorObject (string name);
new Microsoft.AnalysisServices.MajorObject : string -> Microsoft.AnalysisServices.MajorObject
Protected Sub New (name As String)

Parameters

name
String

A System.String containing the name of the object.

Applies to

MajorObject(String, String)

Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.

protected MajorObject (string name, string id);
new Microsoft.AnalysisServices.MajorObject : string * string -> Microsoft.AnalysisServices.MajorObject
Protected Sub New (name As String, id As String)

Parameters

name
String

A System.String containing the name of the object.

id
String

A System.String containing the identifier of the object.

Applies to