Partager via


Propriété MeasureGroup.StorageLocation

Gets or sets the storagelocation asscociated with a MeasureGroup.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property StorageLocation As String 
    Get 
    Set
'Utilisation
Dim instance As MeasureGroup 
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)

Valeur de propriété

Type : System.String
The storage location of the MeasureGroup.

Notes

This defaults to the value from the parent Cube.

Voir aussi

Référence

MeasureGroup Classe

Espace de noms Microsoft.AnalysisServices