Partager via


Classe MiningStructure

Represents a mining structure on the server.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningStructure

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

Syntaxe

'Déclaration
Public NotInheritable Class MiningStructure
'Utilisation
Dim instance As MiningStructure
public sealed class MiningStructure
public ref class MiningStructure sealed
[<SealedAttribute>]
type MiningStructure =  class end
public final class MiningStructure

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 size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
Propriété publique HoldoutMaxCases Gets the value that specifies the maximum number of cases in the testing data partition of the MiningStructure.
Propriété publique HoldoutMaxPercent Gets the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Propriété publique HoldoutSeed Gets the seed used to initialize partitioning of the MiningStructure into training and testing data sets.
Propriété publique IsProcessed Gets a value that indicates whether the model is populated.
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 an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Propriété publique Name Gets the name of the mining structure.
Propriété publique ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Propriété publique Properties Gets the properties of the mining structure.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of MiningStructure are equal. (remplace Object.Equals(Object).)
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString Returns the name of the mining structure in its string representation. (remplace Object.ToString().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of MiningStructure are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of MiningStructure are unequal.

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.AdomdClient