MiningDistribution Class
Describes the distribution of a value in a MiningContentNode.
Inheritance Hierarchy
Object
Microsoft.AnalysisServices.AdomdServer.MiningDistribution
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningDistribution _
Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningDistribution
public sealed class MiningDistribution : IDisposable,
IMetadataObject
public ref class MiningDistribution sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningDistribution =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningDistribution implements IDisposable, IMetadataObject
The MiningDistribution type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attribute | Gets a MiningAttribute object that applies to the MiningDistribution. | |
Name | Gets the name of the MiningDistribution. | |
ParentMiningModel | Gets the mining model of the MiningDistribution. | |
ParentNode | Gets the MiningContentNode to which this MiningDistribution applies. | |
Probability | Gets the probability of occurrence for the values represented by the MiningDistribution. | |
Properties | Gets a collection of properties for the MiningDistribution. | |
Support | Gets the number of cases that support the MiningDistribution. | |
UniqueName | Gets the unique name of the MiningDistribution. | |
Value | Gets the value represented by the MiningDistribution. | |
ValueType | Gets the type of the value represented by the MiningDistribution. | |
Variance | Gets the variance of the value represented by the MiningDistribution. |
Top
Methods
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the MiningDistribution. | |
Dispose | Releases all resources used by the MiningDistribution. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.