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.