Share via


AlgorithmParameter 클래스

Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
    Implements ICloneable
‘사용 방법
Dim instance As AlgorithmParameter
[GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")]
public sealed class AlgorithmParameter : ICloneable
[GuidAttribute(L"43F3DB34-4346-4848-BB4B-5C329A656E19")]
public ref class AlgorithmParameter sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")>]
type AlgorithmParameter =  
    class
        interface ICloneable
    end
public final class AlgorithmParameter implements ICloneable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices..::..AlgorithmParameter

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.