MiningModelAlgorithms.IsStandardMicrosoftAlgorithm メソッド

アルゴリズムが標準の値であるかどうかを示します。

名前空間:  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、それ以外の場合は false です。

関連項目

参照

MiningModelAlgorithms クラス

Microsoft.AnalysisServices 名前空間