ScalarMiningStructureColumn.Type プロパティ
マイニング構造列のデータ型を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Type As String
Get
Set
'使用
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)
プロパティ値
型: System.String
データ型を示す文字列です。
説明
コンテンツの種類ごとに、次のデータ型がサポートされています。
データ型 |
サポートされているコンテンツの種類 |
---|---|
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 |
日付 |
Continuous、Discrete、Discretized、Key Time |