Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
The number of buckets into which to group the values of the attribute.