Partager via


Classe MiningStructure

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

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningStructure _
    Implements IDisposable, IMetadataObject
'Utilisation
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

Le type MiningStructure expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningStructure.
Méthode publique Dispose Releases all resources used by the current instance of the MiningStructure class.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdServer