次の方法で共有


KeyColumns プロパティ

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

名前空間:  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 DimensionAttribute
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
[T:Microsoft.AnalysisServices.DimensionAttribute.] のキー列の定義を表す DataItemCollection です。