Algorithm-Eigenschaft
Gets a provider-specific name that describes the algorithm used to generate the model.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Algorithm As String
Get
'Usage
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
Eigenschaftenwert
Typ: System. . :: . .String
A String containing the provider-specific name.
Hinweise
This is the same as SERVICE_NAME.
Siehe auch