DisplayName-Eigenschaft
Gets the localizable display name for the mining service.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayName As String
Get
'Usage
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
Eigenschaftenwert
Typ: System. . :: . .String
A String containing the localizable display name.
Hinweise
The return value is provider-specific.