Condividi tramite


Proprietà AggregationInstanceMeasure.FriendlyName

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

Gets the friendly name for this instance.

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

Sintassi

'Dichiarazione
Protected Friend Overrides ReadOnly Property FriendlyName As String 
    Get
'Utilizzo
Dim value As String 

value = Me.FriendlyName
protected internal override string FriendlyName { get; }
protected public:
virtual property String^ FriendlyName {
    String^ get () override;
}
abstract FriendlyName : string 
override FriendlyName : string
override function get FriendlyName () : String

Valore proprietà

Tipo: System.String
The friendly name for this instance.

Vedere anche

Riferimento

AggregationInstanceMeasure Classe

Spazio dei nomi Microsoft.AnalysisServices