Algorithm Propiedad
Gets a provider-specific name that describes the algorithm that is used to generate the model.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Algorithm As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A string that contains the provider-specific name.
Notas
This is the same as SERVICE_NAME.
Vea también