Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a CubeDimension associated with a CubeDimensionPermission.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeDimension As CubeDimension
Get
'Usage
Dim instance As CubeDimensionPermission
Dim value As CubeDimension
value = instance.CubeDimension
[BrowsableAttribute(false)]
public CubeDimension CubeDimension { get; }
[BrowsableAttribute(false)]
public:
property CubeDimension^ CubeDimension {
CubeDimension^ get ();
}
[<BrowsableAttribute(false)>]
member CubeDimension : CubeDimension
function get CubeDimension () : CubeDimension
Property Value
Type: Microsoft.AnalysisServices.CubeDimension
A CubeDimension object that includes information about the relationship between a dimension and a cube.
Remarks
A CubeDimension applies to all the MeasureGroups of a cube.