ModelComponent.KeyForCollection Property
Applies To: SQL Server (starting with 2016)
Gets the key used in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
protected internal abstract string KeyForCollection { get; }
public protected:
property String^ KeyForCollection {
virtual String^ get() abstract;
}
abstract KeyForCollection : string with get
Protected Friend MustOverride ReadOnly Property KeyForCollection As String
Property Value
Type: System.String
The key used in the collection.
See Also
ModelComponent Class
Microsoft.AnalysisServices Namespace
Return to top