Compartir a través de


ModelComponent.FriendlyName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the friendly name of the ModelComponent.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ModelComponent Clase

Espacio de nombres Microsoft.AnalysisServices