次の方法で共有


AggregationInstanceMeasure.KeyForCollection プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

コレクションに使用されているキーを取得します。

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

構文

'宣言
Protected Friend Overrides ReadOnly Property KeyForCollection As String 
    Get
'使用
Dim value As String 

value = Me.KeyForCollection
protected internal override string KeyForCollection { get; }
protected public:
virtual property String^ KeyForCollection {
    String^ get () override;
}
abstract KeyForCollection : string 
override KeyForCollection : string
override function get KeyForCollection () : String

プロパティ値

型: System.String
コレクションで使用されているキーです。

関連項目

参照

AggregationInstanceMeasure クラス

Microsoft.AnalysisServices 名前空間