共用方式為


Type 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Type As PartitionType
    Get
    Set
'用途
Dim instance As Partition
Dim value As PartitionType

value = instance.Type

instance.Type = value
public PartitionType Type { get; set; }
public:
property PartitionType Type {
    PartitionType get ();
    void set (PartitionType value);
}
member Type : PartitionType with get, set
function get Type () : PartitionType
function set Type (value : PartitionType)

屬性值

型別:Microsoft.AnalysisServices. . :: . .PartitionType
A PartitionType enumeration value; either Data or Writeback.

備註

By default, the partition type is Data.