Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.