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.