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