次の方法で共有


Partition.StorageLocation プロパティ

パーティションのファイル システムのストレージ場所を含む文字列を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.Partitions.PartitionStorageLocationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property StorageLocation As String 
    Get 
    Set
'使用
Dim instance As Partition 
Dim value As String 

value = instance.StorageLocation

instance.StorageLocation = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.Partitions.PartitionStorageLocationTypeConverter, Microsoft.AnalysisServices.Design")]
public string StorageLocation { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.Partitions.PartitionStorageLocationTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ StorageLocation {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.Partitions.PartitionStorageLocationTypeConverter, Microsoft.AnalysisServices.Design")>]
member StorageLocation : string with get, set
function get StorageLocation () : String 
function set StorageLocation (value : String)

プロパティ値

型: System.String
String 値です。

説明

既定では、StorageLocation は、親キューブおよび親メジャー グループのストレージ場所です。

関連項目

参照

Partition クラス

Microsoft.AnalysisServices 名前空間