MiningService.DisplayName Property

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

Property Value

Type: String
The localizable display name.

Remarks

The return value is provider-specific.

See Also

Reference

MiningService Class

Microsoft.AnalysisServices.AdomdServer Namespace