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.