Share via


Cube.StorageLocation プロパティ

定義

キューブのストレージ場所を取得します。値の設定も可能です。

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string StorageLocation { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.StorageLocation : string with get, set
Public Property StorageLocation As String

プロパティ値

ファイル システム内のキューブの場所を含む文字列。

属性

注釈

このプロパティには、キューブの既定の場所が格納されます。 それぞれのパーティションは、この設定をオーバーライドできます。

適用対象