다음을 통해 공유


MeasureGroup.StorageLocation 속성

Gets or sets the storagelocation asscociated with a MeasureGroup.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property StorageLocation As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
The storage location of the MeasureGroup.

주의

This defaults to the value from the parent Cube.

참고 항목

참조

MeasureGroup 클래스

Microsoft.AnalysisServices 네임스페이스