Condividi tramite


Proprietà ModelComponent.FriendlyName

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

Gets the friendly name of the ModelComponent.

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

Sintassi

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

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

Valore proprietà

Tipo: System.String
The friendly name of the ModelComponent.

Vedere anche

Riferimento

ModelComponent Classe

Spazio dei nomi Microsoft.AnalysisServices