Propriété MeasureGroupDimension.KeyForCollection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the key used in collections.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Friend Overrides ReadOnly Property KeyForCollection As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The key used in collection.

Voir aussi

Référence

MeasureGroupDimension Classe

Espace de noms Microsoft.AnalysisServices