AlgorithmParameter 클래스
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
상속 계층
System.Object
Microsoft.AnalysisServices.AlgorithmParameter
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<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
AlgorithmParameter 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
AlgorithmParameter() | Initializes a new instance of the AlgorithmParameter class using the default values. | |
AlgorithmParameter(String, Object) | Initializes a new instance of the AlgorithmParameter class using a name and a value. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Name | Gets or sets the name of an AlgorithmParameter. | |
Value | Gets or sets the value of the associated AlgorithmParameter. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies an AlgorithmParameter object to the specified object. | |
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
ICloneable.Clone | 인프라입니다. Creates a copy of the algorithm parameter. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.