AdomdCommand クラス
分析データ ソースに対して実行するコマンドを表します。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices.AdomdClient..::..AdomdCommand
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public NotInheritable Class AdomdCommand _
Inherits Component _
Implements IDbCommand, IDisposable, ICloneable
'使用
Dim instance As AdomdCommand
public sealed class AdomdCommand : Component,
IDbCommand, IDisposable, ICloneable
public ref class AdomdCommand sealed : public Component,
IDbCommand, IDisposable, ICloneable
[<SealedAttribute>]
type AdomdCommand =
class
inherit Component
interface IDbCommand
interface IDisposable
interface ICloneable
end
public final class AdomdCommand extends Component implements IDbCommand, IDisposable, ICloneable
AdomdCommand 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AdomdCommand() () () () | AdomdCommand クラスの新しいインスタンスを既定値で初期化します。 | |
AdomdCommand(String) | コマンドのテキストを使用して、AdomdCommand クラスの新しいインスタンスを初期化します。 | |
AdomdCommand(String, AdomdConnection) | コマンドのテキストと AdomdConnection を使用して、AdomdCommand クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
CanRaiseEvents | (Component から継承されています。) | |
CommandStream | System.IO..::..Stream を使用して、実行するコマンドを取得します。値の設定も可能です。 | |
CommandText | 実行するコマンドを取得します。値の設定も可能です。 | |
CommandTimeout | AdomdCommand がコマンドの実行を待機する時間を取得します。値の設定も可能です。この時間内にコマンドを実行できなかった場合は、コマンドの実行が中止されてエラーが生成されます。 | |
CommandType | AdomdCommand により使用される System.Data..::..CommandType を取得します。値の設定も可能です。 | |
Connection | AdomdCommand によって使用される AdomdConnection を取得します。値の設定も可能です。 | |
Container | (Component から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
Parameters | AdomdCommand を実行する際に使用されるパラメータを含む AdomdParameterCollection クラスのインスタンスを取得します。 | |
Properties | AdomdCommand に関連付けられているプロパティを含む AdomdPropertyCollection クラスのインスタンスを取得します。 | |
Site | (Component から継承されています。) | |
UpdatedRowSource | このメンバは将来使用するために予約されています。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。