Compartir a través de


Database.DbStorageLocation Propiedad

Gets or sets the database storage location.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property DbStorageLocation As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The database storage location.

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.AnalysisServices