Freigeben über


MiningStructure-Klasse

Represents a mining structure on the server. This class cannot be inherited.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

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

Syntax

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

Der MiningStructure-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Caption Gets the caption of the mining structure.
Öffentliche Eigenschaft Columns Gets the columns within the mining structure.
Öffentliche Eigenschaft Created Gets the date and time the mining structure was created.
Öffentliche Eigenschaft Description Gets the description of the mining structure.
Öffentliche Eigenschaft HoldoutActualSize Gets the actual number of cases in the testing set.
Öffentliche Eigenschaft HoldoutMaxCases Gets the maximum number of cases to include in the testing set.
Öffentliche Eigenschaft HoldoutMaxPercent Gets the number of cases to include in the testing set as a percentage of the complete data set.
Öffentliche Eigenschaft HoldoutSeed Gets the seed that is used to initialize random sampling.
Öffentliche Eigenschaft IsProcessed Gets a value that indicates whether the mining structure is processed.
Öffentliche Eigenschaft LastProcessed Gets the date and time the mining structure was last processed.
Öffentliche Eigenschaft LastUpdated Gets the date and time the mining structure was last updated.
Öffentliche Eigenschaft MiningModels Gets the mining models in the mining structure.
Öffentliche Eigenschaft Name Gets the name of the mining structure.
Öffentliche Eigenschaft Properties Gets the properties of the mining structure.
Öffentliche Eigenschaft UniqueName Gets the unique name that is associated with the mining structure.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningStructure.
Öffentliche Methode Dispose Releases all resources used by the current instance of the MiningStructure class.
Ö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