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