Compartilhar via


Classe MiningStructure

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningStructure _
    Implements IDisposable, IMetadataObject
'Uso
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

O tipo MiningStructure expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MiningStructure.
Método público Dispose Releases all resources used by the current instance of the MiningStructure class.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer