Compartir a través de


Clase MiningModelColumn

Represents a column in a mining model.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModelColumn

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

Sintaxis

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

El tipo MiningModelColumn expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Columns Gets a collection containing the nested MiningModelColumn objects.
Propiedad pública ContainingColumn Gets the name of the table column containing this column.
Propiedad pública Content Gets the content type of the column.
Propiedad pública Description Gets the user-defined description of the column.
Propiedad pública Distribution Gets the MiningColumnDistribution for this column.
Propiedad pública Filter Gets the filter expression that is associated with a nested table column in a mining model.
Propiedad pública Flags Gets the modeling flag for the column.
Propiedad pública FullyQualifiedName Gets the fully qualified name of the column.
Propiedad pública IsInput Gets a value that indicates whether the column is an input column.
Propiedad pública IsPredictable Gets a value that indicates whether the column is predictable.
Propiedad pública IsProcessed Gets a value that indicates whether the MiningModelColumn is processed.
Propiedad pública IsRelatedToKey Gets a value that indicates whether the MiningModelColumn is related to the key.
Propiedad pública IsTable Gets a value that indicates whether the column is a table datatype.
Propiedad pública LastProcessed Gets the date and time the mining model column was last processed.
Propiedad pública LastUpdated Gets the date and time the mining model column was last updated.
Propiedad pública Name Gets the name of the column.
Propiedad pública Parent Gets the parent MiningModel.
Propiedad pública ParentMiningModel Gets the MiningModel to which this column belongs.
Propiedad pública PredictionScore Gets the prediction score for the MiningModelColumn.
Propiedad pública Properties Gets a PropertyCollection containing the properties for the column.
Propiedad pública RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Propiedad pública StructureColumn Gets the name of the structure column for the MiningModelColumn.
Propiedad pública Type Gets the MiningColumnType of the column.
Propiedad pública UniqueName Gets the unique name for the column.
Propiedad pública Values Gets a MiningValueCollection containing the possible values associated with the column.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of MiningModelColumn 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 MiningModelColumn in its string representation. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of MiningModelColumn are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of MiningModelColumn 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