Compartir a través de


Clase MiningStructure

Represents a mining structure on the server.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningStructure

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

Sintaxis

'Declaración
Public NotInheritable Class MiningStructure
'Uso
Dim instance As MiningStructure
public sealed class MiningStructure
public ref class MiningStructure sealed
[<SealedAttribute>]
type MiningStructure =  class end
public final class MiningStructure

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 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.
Propiedad pública HoldoutMaxCases Gets the value that specifies the maximum number of cases in the testing data partition of the MiningStructure.
Propiedad pública HoldoutMaxPercent Gets the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Propiedad pública HoldoutSeed Gets the seed used to initialize partitioning of the MiningStructure into training and testing data sets.
Propiedad pública IsProcessed Gets a value that indicates whether the model is populated.
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 an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Propiedad pública Name Gets the name of the mining structure.
Propiedad pública ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Propiedad pública Properties Gets the properties of the mining structure.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of MiningStructure are equal. (Invalida Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Returns the name of the mining structure in its string representation. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of MiningStructure are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of MiningStructure are unequal.

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.AdomdClient