KeyForCollection 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
此成員會覆寫 ModelComponent. . :: . .KeyForCollection。
命名空間: 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