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 命名空间