MiningModel.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
The provider-specific name that describes the algorithm.
주의
This is the same as SERVICE_NAME.