MiningService.DisplayName 属性
Gets the localizable display name for the mining service.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property DisplayName As String
Get
用法
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
属性值
类型:System.String
The localizable display name.
注释
The return value is provider-specific.