Classe MiningStructure

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningStructure _
    Implements IDisposable, IMetadataObject
'Utilizzo
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

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 Gets the actual number of cases in the testing set.
Proprietà pubblica HoldoutMaxCases Gets the maximum number of cases to include in the testing set.
Proprietà pubblica HoldoutMaxPercent Gets the number of cases to include in the testing set as a percentage of the complete data set.
Proprietà pubblica HoldoutSeed Gets the seed that is used to initialize random sampling.
Proprietà pubblica IsProcessed Gets a value that indicates whether the mining structure is processed.
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 the mining models in the mining structure.
Proprietà pubblica Name Gets the name of the mining structure.
Proprietà pubblica Properties Gets the properties of the mining structure.
Proprietà pubblica UniqueName Gets the unique name that is associated with the mining structure.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningStructure.
Metodo pubblico Dispose Releases all resources used by the current instance of the MiningStructure class.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer