MiningServiceParameter 类
表示挖掘服务可用参数。
继承层次结构
Object
Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public NotInheritable Class MiningServiceParameter _
Implements IDisposable, IMetadataObject
用法
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
MiningServiceParameter 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
DefaultValue | 获取该参数的默认值。 | |
Description | 获取参数的说明。 | |
IsRequired | 获取一个布尔值,该值指示是否此参数是否是必需的。 | |
Name | 获取参数的名称。 | |
ParameterType | 获取参数值的类型。 | |
Properties | 获取挖掘服务参数的属性。 | |
ServiceName | 获取挖掘服务参数的服务名称。 | |
UniqueName | 获取 MiningServiceParameter 的唯一名称。 | |
ValueEnumeration | 获取描述此参数的可能值的字符串。 |
顶部
方法
名称 | 说明 | |
---|---|---|
{dtor} | 释放 MiningServiceParameter 使用的所有资源。 | |
Dispose | 释放 MiningServiceParameter 使用的所有资源。 | |
Equals | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。