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