Compartir a través de


MiningModelAlgorithms.IsStandardMicrosoftAlgorithm Método

Indicates whether the algorithm is a standard value.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Shared Function IsStandardMicrosoftAlgorithm ( _
    algorithm As String _
) As Boolean
'Uso
Dim algorithm As String 
Dim returnValue As Boolean 

returnValue = MiningModelAlgorithms.IsStandardMicrosoftAlgorithm(algorithm)
public static bool IsStandardMicrosoftAlgorithm(
    string algorithm
)
public:
static bool IsStandardMicrosoftAlgorithm(
    String^ algorithm
)
static member IsStandardMicrosoftAlgorithm : 
        algorithm:string -> bool
public static function IsStandardMicrosoftAlgorithm(
    algorithm : String
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
True if the algorithm is a standard value; otherwise, false.

Vea también

Referencia

MiningModelAlgorithms Clase

Espacio de nombres Microsoft.AnalysisServices