次の方法で共有


AggregationInstanceAttribute.KeyColumns プロパティ

AggregationInstanceAttribute のテーブルおよび列へのバインドを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.DataItemCollection
データ アイテムのコレクションです。

関連項目

参照

AggregationInstanceAttribute クラス

Microsoft.AnalysisServices 名前空間