Поделиться через


Свойство MiningModel.Algorithm

Gets a provider-specific name that describes the algorithm used to generate the model.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property Algorithm As String 
    Get
'Применение
Dim instance As MiningModel 
Dim value As String 

value = instance.Algorithm
public string Algorithm { get; }
public:
property String^ Algorithm {
    String^ get ();
}
member Algorithm : string
function get Algorithm () : String

Значение свойства

Тип: System.String
A provider-specific name that describes the algorithm.

Замечания

This is the same as SERVICE_NAME.

См. также

Справочник

MiningModel Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient