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


Свойство Algorithm

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

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.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 string that contains the provider-specific name.

Замечания

This is the same as SERVICE_NAME.