次の方法で共有


Type プロパティ

パーティションの種類を Data または 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
PartitionType 列挙値で、Data または Writeback です。

説明

既定では、パーティションの種類は Data です。