Condividi tramite


Proprietà AggregationInstanceMeasure.KeyForCollection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the key used in the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected Friend Overrides ReadOnly Property KeyForCollection As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The key used in the collection.

Vedere anche

Riferimento

AggregationInstanceMeasure Classe

Spazio dei nomi Microsoft.AnalysisServices