Database.DbStorageLocation プロパティ

データベースの格納場所を取得します。値の設定も可能です。

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

構文

'宣言
Public Property DbStorageLocation As String 
    Get 
    Set
'使用
Dim instance As Database 
Dim value As String 

value = instance.DbStorageLocation

instance.DbStorageLocation = value
public string DbStorageLocation { get; set; }
public:
property String^ DbStorageLocation {
    String^ get ();
    void set (String^ value);
}
member DbStorageLocation : string with get, set
function get DbStorageLocation () : String 
function set DbStorageLocation (value : String)

プロパティ値

型: System.String
データベースの格納場所です。

関連項目

参照

Database クラス

Microsoft.AnalysisServices 名前空間