次の方法で共有


DimensionAttribute.KeyColumns プロパティ

DimensionAttribute のキー列の定義のコレクションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.DataItemCollection
[T:Microsoft.AnalysisServices.DimensionAttribute.] のキー列の定義を表す DataItemCollection です。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間