Compartir a través de


ScalarMiningStructureColumn.Type Propiedad

Gets or sets the data type of the mining structure column.

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

Sintaxis

'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Type As String 
    Get 
    Set
'Uso
Dim instance As ScalarMiningStructureColumn 
Dim value As String 

value = instance.Type

instance.Type = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")]
public string Type { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")>]
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

Valor de la propiedad

Tipo: System.String
A string that indicates the data type.

Comentarios

The following data types are supported for each of the content types.

Data Type

Supported Content Types

Text

Discrete, Discretized, Sequence

Long

Continuous, Cyclical, Discrete, Discretized, Key Sequence, Key Time, Ordered, Sequence, Time

Boolean

Discrete

Double

Continuous, Cyclical, Discrete, Discretized, Key Sequence, Key Time, Ordered, Sequence, Time

Date

Continuous, Discrete, Discretized, Key Time

Vea también

Referencia

ScalarMiningStructureColumn Clase

Espacio de nombres Microsoft.AnalysisServices