MiningModelAlgorithms.IsStandardMicrosoftAlgorithm Method

Indicates whether the algorithm is a standard value.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Shared Function IsStandardMicrosoftAlgorithm ( _
    algorithm As String _
) As Boolean
'Usage
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

Parameters

Return Value

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

See Also

Reference

MiningModelAlgorithms Class

Microsoft.AnalysisServices Namespace