Freigeben über


Database.DbStorageLocation-Eigenschaft

Gets or sets the database storage location.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property DbStorageLocation As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
The database storage location.

Siehe auch

Verweis

Database Klasse

Microsoft.AnalysisServices-Namespace