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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间