Compartir a través de


Clase MiningStructure

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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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

El tipo MiningStructure expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdServer