Compartilhar via


Classe MiningModelColumn

Represents a column in a mining model.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModelColumn

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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

O tipo MiningModelColumn expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of MiningModelColumn are equal. (Substitui 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. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString Returns the name of the MiningModelColumn in its string representation. (Substitui Object.ToString().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of MiningModelColumn are equal.
Operador públicoMembro estático Inequality Determines whether two instances of MiningModelColumn are unequal.

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