ProcessableMajorObject 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
ProcessableMajorObject() |
Initializes a new instance of the ProcessableMajorObject class. |
ProcessableMajorObject(String) |
Initializes a new instance of the ProcessableMajorObject class using the specified name. |
ProcessableMajorObject(String, String) |
Initializes a new instance of the ProcessableMajorObject class using the specified name and id. |
ProcessableMajorObject()
Initializes a new instance of the ProcessableMajorObject class.
protected ProcessableMajorObject ();
Protected Sub New ()
Applies to
ProcessableMajorObject(String)
Initializes a new instance of the ProcessableMajorObject class using the specified name.
protected ProcessableMajorObject (string name);
new Microsoft.AnalysisServices.ProcessableMajorObject : string -> Microsoft.AnalysisServices.ProcessableMajorObject
Protected Sub New (name As String)
Parameters
- name
- String
The name of the object.
Applies to
ProcessableMajorObject(String, String)
Initializes a new instance of the ProcessableMajorObject class using the specified name and id.
protected ProcessableMajorObject (string name, string id);
new Microsoft.AnalysisServices.ProcessableMajorObject : string * string -> Microsoft.AnalysisServices.ProcessableMajorObject
Protected Sub New (name As String, id As String)
Parameters
- name
- String
The name of the object.
- id
- String
The id of the object.