Partilhar 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
Propriedade pública HoldoutMaxCases
Propriedade pública HoldoutMaxPercent
Propriedade pública HoldoutSeed
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 Returns 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 MiningStructure.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (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.