Share via


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 네임스페이스