MiningModelAlgorithms.IsStandardMicrosoftAlgorithm Method (String)

 

Applies To: SQL Server 2016 Preview

Indicates whether the algorithm is a standard value.

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

Syntax

public static bool IsStandardMicrosoftAlgorithm(
    string algorithm
)
public:
static bool IsStandardMicrosoftAlgorithm(
    String^ algorithm
)
static member IsStandardMicrosoftAlgorithm : 
        algorithm:string -> bool
Public Shared Function IsStandardMicrosoftAlgorithm (
    algorithm As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the algorithm is a standard value; otherwise, false.

See Also

MiningModelAlgorithms Class
Microsoft.AnalysisServices Namespace

Return to top