Share via


DimensionAttribute.DiscretizationBucketCount Property

Gets or sets the number of buckets into which to discretize attribute values.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property DiscretizationBucketCount As Integer
    Get
    Set
'Usage
Dim instance As DimensionAttribute
Dim value As Integer

value = instance.DiscretizationBucketCount

instance.DiscretizationBucketCount = value
public int DiscretizationBucketCount { get; set; }
public:
property int DiscretizationBucketCount {
    int get ();
    void set (int value);
}
member DiscretizationBucketCount : int with get, set
function get DiscretizationBucketCount () : int
function set DiscretizationBucketCount (value : int)

Property Value

Type: System.Int32
An Integer containing the number of buckets into which to group the values of the attribute.