共用方式為


RestoreInfo.DbStorageLocation 屬性

Gets or sets the database storage location.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property DbStorageLocation As String 
    Get 
    Set
'用途
Dim instance As RestoreInfo 
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
The database storage location.

請參閱

參考

RestoreInfo 類別

Microsoft.AnalysisServices 命名空間