Type 속성
Gets or sets the partition type as either Data or Writeback.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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.