Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the intermediate cube dimension identifier based on a ReferenceMeasureGroupDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property IntermediateCubeDimensionID As String
Get
Set
'Usage
Dim instance As ReferenceMeasureGroupDimension
Dim value As String
value = instance.IntermediateCubeDimensionID
instance.IntermediateCubeDimensionID = value
[BrowsableAttribute(false)]
public string IntermediateCubeDimensionID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ IntermediateCubeDimensionID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member IntermediateCubeDimensionID : string with get, set
function get IntermediateCubeDimensionID () : String
function set IntermediateCubeDimensionID (value : String)
Property Value
Type: System.String
The intermediate cube dimension identifier.