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