Condividi tramite


Proprietà Cube.StorageLocation

Gets or sets the storage location for the cube.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property StorageLocation As String 
    Get 
    Set
'Utilizzo
Dim instance As Cube 
Dim value As String 

value = instance.StorageLocation

instance.StorageLocation = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")]
public string StorageLocation { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ StorageLocation {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")>]
member StorageLocation : string with get, set
function get StorageLocation () : String 
function set StorageLocation (value : String)

Valore proprietà

Tipo: System.String
A String that contains the location of the cube in the file system.

Osservazioni

This property contains the default location for the cube. Each partition can override this setting.

Vedere anche

Riferimento

Cube Classe

Spazio dei nomi Microsoft.AnalysisServices