次の方法で共有


Cube.StorageLocation Property

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

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

構文

'宣言
<EditorAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property StorageLocation As String
[EditorAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")] 
public string StorageLocation { get; set; }
[EditorAttribute(L"Microsoft.AnalysisServices.Design.StorageLocationTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property String^ StorageLocation {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_StorageLocation ()

/** @property */
public void set_StorageLocation (String value)
public function get StorageLocation () : String

public function set StorageLocation (value : String)

プロパティ値

ファイル システムにおけるキューブの場所を表す String です。

解説

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

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace