Méthode MiningModelAlgorithms.IsStandardMicrosoftAlgorithm

Indicates whether the algorithm is a standard value.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Function IsStandardMicrosoftAlgorithm ( _
    algorithm As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

MiningModelAlgorithms Classe

Espace de noms Microsoft.AnalysisServices