Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the lowest level attribute for the current dimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property KeyAttribute As DimensionAttribute
Get
'Usage
Dim instance As Dimension
Dim value As DimensionAttribute
value = instance.KeyAttribute
[BrowsableAttribute(false)]
public DimensionAttribute KeyAttribute { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ KeyAttribute {
DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member KeyAttribute : DimensionAttribute
function get KeyAttribute () : DimensionAttribute
Property Value
Type: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object that is the key attribute for the current dimension.