Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.