Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- algorithm
Type: System.String
The algorithm.
Return Value
Type: System.Boolean
True if the algorithm is a standard value; otherwise, false.