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.