DimensionAttribute.DiscretizationMethod Property

Gets or sets the method to be used for discretization.

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

Syntax

'Declaration
<DefaultValueAttribute(DiscretizationMethod.None)> _
Public Property DiscretizationMethod As DiscretizationMethod
[DefaultValueAttribute(DiscretizationMethod.None)] 
public DiscretizationMethod DiscretizationMethod { get; set; }
[DefaultValueAttribute(DiscretizationMethod::None)] 
public:
property DiscretizationMethod DiscretizationMethod {
    DiscretizationMethod get ();
    void set (DiscretizationMethod value);
}
/** @property */
public DiscretizationMethod get_DiscretizationMethod ()

/** @property */
public void set_DiscretizationMethod (DiscretizationMethod value)
public function get DiscretizationMethod () : DiscretizationMethod

public function set DiscretizationMethod (value : DiscretizationMethod)

Eigenschaftswert

A DiscretizationMethod object containing the method to be used for discretization.

Hinweise

The value of DiscretizationMethod determines how values for the DimensionAttribute or ScalarMiningStructureColumn are discretized (organized into a specific set of groups). For more information about discretization methods, see Diskretisierungsmethoden.

The value of this property can be:

Value

Description

Automatic

Equivalent to the AUTOMATIC discretization method for mining structure columns.

EqualAreas

Equivalent to the EQUAL_AREAS discretization method for mining structure columns.

Clusters

Equivalent to the CLUSTERS discretization method for mining structure columns.

Thresholds

Equivalent to the THRESHOLDS discretization method for mining structure columns.

EqualRanges

Equivalent to the EQUAL_RANGES discretization method for mining structure columns.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace