MiningParameter Class
Represents an algorithm-specific parameter on the MiningModel.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningParameter _
Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningParameter
public sealed class MiningParameter : IDisposable,
IMetadataObject
public ref class MiningParameter sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningParameter =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningParameter implements IDisposable, IMetadataObject
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningParameter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.