Propriété ModelComponent.FriendlyName
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the friendly name of the ModelComponent.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Friend MustOverride ReadOnly Property FriendlyName As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The friendly name of the ModelComponent.