Метод MiningModelAlgorithms.IsStandardMicrosoftAlgorithm
Indicates whether the algorithm is a standard value.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Shared Function IsStandardMicrosoftAlgorithm ( _
algorithm As String _
) As Boolean
'Применение
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
Параметры
- algorithm
Тип: System.String
The algorithm.
Возвращаемое значение
Тип: System.Boolean
True if the algorithm is a standard value; otherwise, false.