Propriété MiningService.DisplayName
Gets the localizable display name for the mining service.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DisplayName As String
Get
'Utilisation
Dim instance As MiningService
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get ();
}
member DisplayName : string
function get DisplayName () : String
Valeur de propriété
Type : System.String
The localizable display name.
Notes
The return value is provider-specific.