다음을 통해 공유


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 네임스페이스