KeyForCollection プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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