Share via


Partition.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.

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스