PartitionCollection.Add Method (String, String)
SQL Server 2008 R2
Creates and adds a Partition, with the specified name and identifier, to the end of the collection.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- name
- Type: System.String
The name of the Partition to be added.
- id
- Type: System.String
The identifier of the Partition to be added.
Return Value
Type: Microsoft.AnalysisServices.PartitionThe zero-based index at which the Partition has been added.
