共用方式為


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.