AggregationInstanceMeasure.KeyForCollection Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the key used in the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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 the collection.

See Also

AggregationInstanceMeasure Class
Microsoft.AnalysisServices Namespace

Return to top