Compartilhar via


Propriedade do RDL ModelComponent.FriendlyName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the friendly name of the ModelComponent.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Protected Friend MustOverride ReadOnly Property FriendlyName As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ModelComponent Classe

Namespace Microsoft.AnalysisServices