DimensionAttribute.DiscretizationBucketCount Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[DefaultValueAttribute(0)]
public int DiscretizationBucketCount { get; set; }
public:
[DefaultValueAttribute(0)]
property int DiscretizationBucketCount {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(0)>]
member DiscretizationBucketCount : int with get, set
<DefaultValueAttribute(0)>
Public Property DiscretizationBucketCount As Integer

Property Value

Type: System.Int32

The number of buckets into which to group the values of the attribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top