Proprietà DisplayName
Gets the localizable display name for the mining service.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DisplayName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String containing the localizable display name.
Osservazioni
The return value is provider-specific.
Vedere anche