共用方式為


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

參數

傳回值

型別:System.Boolean
True if the algorithm is a standard value; otherwise, false.

請參閱

參考

MiningModelAlgorithms 類別

Microsoft.AnalysisServices 命名空間