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 | このパラメーターが必要であるかどうかを示す 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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。