Propriedade do RDL Database.DbStorageLocation
Gets or sets the database storage location.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The database storage location.