AlgorithmParameter-Klasse
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.AlgorithmParameter
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
Implements ICloneable
'Usage
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
Der AlgorithmParameter-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Name | Gets or sets the name of an AlgorithmParameter. | |
Value | Gets or sets the value of the associated AlgorithmParameter. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies an AlgorithmParameter object to the specified object. | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable.Clone | Infrastruktur Creates a copy of the algorithm parameter. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.