Condividi tramite


Classe MiningStructure

Represents a mining structure on the server.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

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

Nel tipo MiningStructure sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Caption Gets the caption of the mining structure.
Proprietà pubblica Columns Gets the columns within the mining structure.
Proprietà pubblica Created Gets the date and time the mining structure was created.
Proprietà pubblica Description Gets the description of the mining structure.
Proprietà pubblica 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.
Proprietà pubblica HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Proprietà pubblica HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Proprietà pubblica HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
Proprietà pubblica IsProcessed Determines whether the model is populated.
Proprietà pubblica LastProcessed Gets the date and time the mining structure was last processed.
Proprietà pubblica LastUpdated Gets the date and time the mining structure was last updated.
Proprietà pubblica MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Proprietà pubblica Name Gets the name of the mining structure.
Proprietà pubblica ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Proprietà pubblica Properties Gets the properties of the mining structure.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two instances of MiningStructure are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Gets the name of the mining structure. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two instances of MiningStructure are equal.
Operatore pubblicoMembro statico Inequality Determines whether two instances of MiningStructure are unequal.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.