Freigeben über


MiningStructure-Klasse

Represents a mining structure on the server.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningStructure

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class MiningStructure
'Usage
Dim instance As MiningStructure
public sealed class MiningStructure
public ref class MiningStructure sealed
[<SealedAttribute>]
type MiningStructure =  class end
public final class MiningStructure

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 Returns 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.
Öffentliche Eigenschaft HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Öffentliche Eigenschaft HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Öffentliche Eigenschaft HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
Öffentliche Eigenschaft IsProcessed Determines whether the model is populated.
Ö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 an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Öffentliche Eigenschaft Name Gets the name of the mining structure.
Öffentliche Eigenschaft ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Öffentliche Eigenschaft Properties Gets the properties of the mining structure.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of MiningStructure are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Gets the name of the mining structure. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two instances of MiningStructure are equal.
Öffentlicher OperatorStatisches Element Inequality Determines whether two instances of MiningStructure are unequal.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.