次の方法で共有


ScalarMiningStructureColumn.KeyColumns プロパティ

ScalarMiningStructureColumn に対応する KeyColumns 定義のコレクションを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property KeyColumns As DataItemCollection 
    Get
'使用
Dim instance As ScalarMiningStructureColumn 
Dim value As DataItemCollection 

value = instance.KeyColumns
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItemCollection KeyColumns { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItemCollection^ KeyColumns {
    DataItemCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>]
member KeyColumns : DataItemCollection
function get KeyColumns () : DataItemCollection

プロパティ値

型: Microsoft.AnalysisServices.DataItemCollection
ScalarMiningStructureColumn に対応する KeyColumns 定義のコレクションを含む DataItemCollection です。

説明

KeyColumns コレクションには、属性列またはマイニング構造列に対応するマルチパート キーを表す複数の KeyColumns が含まれる場合があります。

関連項目

参照

ScalarMiningStructureColumn クラス

Microsoft.AnalysisServices 名前空間