Freigeben über


MiningAttribute-Klasse

Represents a mining attribute on a MiningContentNode object and MiningDistribution object.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningAttribute

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

Syntax

'Declaration
Public NotInheritable Class MiningAttribute _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningAttribute
public sealed class MiningAttribute : IDisposable, 
    IMetadataObject
public ref class MiningAttribute sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningAttribute =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningAttribute implements IDisposable, IMetadataObject

Der MiningAttribute-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AttributeID Returns the identifier of the attribute.
Öffentliche Eigenschaft FeatureSelection Determines if the mining attribute is feature-selected.
Öffentliche Eigenschaft IsInput Determines if this attribute is an input attribute.
Öffentliche Eigenschaft IsPredictable Determines if this attribute is predictable.
Öffentliche Eigenschaft KeyColumn Gets the key column for the attribute.
Öffentliche Eigenschaft Name Gets the fully qualified name of the attribute.
Öffentliche Eigenschaft ShortName Gets a shortened name of the attribute.
Öffentliche Eigenschaft UniqueName Gets the unique name of the mining attribute,
Öffentliche Eigenschaft ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningAttribute.
Öffentliche Methode Dispose Releases all resources used by the MiningAttribute.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace