MiningServiceParameter Class
Represents an available parameter for the mining service.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningServiceParameter _
Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter : IDisposable,
IMetadataObject
public ref class MiningServiceParameter sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningServiceParameter =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningServiceParameter implements IDisposable, IMetadataObject
The MiningServiceParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultValue | Gets the default value for this parameter. | |
Description | Gets the description of the parameter. | |
IsRequired | Gets a Boolean indicating if this parameter is required. | |
Name | Gets the name of the parameter. | |
ParameterType | Gets the type of the parameter value. | |
Properties | Gets the properties for the mining service parameter. | |
ServiceName | Gets the service name for the mining service parameter. | |
UniqueName | Gets the unique name of the MiningServiceParameter. | |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
Top
Methods
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the MiningServiceParameter. | |
Dispose | Releases all resources used by the MiningServiceParameter. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.