次の方法で共有


ModelComponent.KeyForCollection プロパティ

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

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

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

構文

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

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

プロパティ値

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

関連項目

参照

ModelComponent クラス

Microsoft.AnalysisServices 名前空間