Partition.Type Property

Definition

Gets or sets the partition type as either Data or Writeback.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Partition_Type")]
public Microsoft.AnalysisServices.PartitionType Type { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Partition_Type")>]
member this.Type : Microsoft.AnalysisServices.PartitionType with get, set
Public Property Type As PartitionType

Property Value

PartitionType

A PartitionType enumeration value; either Data or Writeback.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

By default, the partition type is Data.

Applies to