RelationshipEnd.KeyForCollection Property

 

Applies To: SQL Server 2016 Preview

Gets the key that is used in the collections.

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 that is used in the collections.

See Also

RelationshipEnd Class
Microsoft.AnalysisServices Namespace

Return to top