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 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.