MiningDistribution-Klasse
Represents the distribution of a value in a MiningContentNode.
Vererbungshierarchie
System.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
Der MiningDistribution-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
{dtor} | Releases all resources used by the MiningDistribution. | |
Dispose | Releases all resources used by the MiningDistribution. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.