Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.