MiningServiceParameter クラス

マイニング サービスに使用できるパラメーターを表します。

継承階層

System.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 このパラメーターが必要であるかどうかを示す Boolean を取得します。
パブリック プロパティ Name パラメーターの名前を取得します。
パブリック プロパティ ParameterType パラメーター値の型を取得します。
パブリック プロパティ Properties マイニング サービス パラメーターのプロパティを取得します。
パブリック プロパティ ServiceName マイニング サービス パラメーターのサービス名を取得します。
パブリック プロパティ UniqueName MiningServiceParameter の一意の名前を取得します。
パブリック プロパティ ValueEnumeration このパラメーターに指定できる値を表す文字列を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド {dtor} MiningServiceParameter で使用されるすべてのリソースを解放します。
パブリック メソッド Dispose MiningServiceParameter で使用されるすべてのリソースを解放します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices.AdomdServer 名前空間