Método MiningModelAlgorithms.IsStandardMicrosoftAlgorithm
Indicates whether the algorithm is a standard value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Shared Function IsStandardMicrosoftAlgorithm ( _
algorithm As String _
) As Boolean
'Uso
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
Parâmetros
- algorithm
Tipo: System.String
The algorithm.
Valor de retorno
Tipo: System.Boolean
True if the algorithm is a standard value; otherwise, false.