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