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 クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ ActivityID
パブリック プロパティ CommandStream System.IO.Stream を使用して、実行するコマンドを取得します。値の設定も可能です。
パブリック プロパティ CommandText 実行するコマンドを取得します。値の設定も可能です。
パブリック プロパティ CommandTimeout AdomdCommand がコマンドの実行を待機する時間を取得します。値の設定も可能です。この時間内にコマンドを実行できなかった場合は、コマンドの実行が中止されてエラーが生成されます。
パブリック プロパティ CommandType AdomdCommand により使用される System.Data.CommandType を取得します。値の設定も可能です。
パブリック プロパティ Connection AdomdCommand によって使用される AdomdConnection を取得します。値の設定も可能です。
パブリック プロパティ Container (Component から継承されています。)
パブリック プロパティ Parameters AdomdCommand を実行する際に使用されるパラメーターを含む AdomdParameterCollection クラスのインスタンスを取得します。
パブリック プロパティ Properties AdomdCommand に関連付けられているプロパティを含む AdomdPropertyCollection クラスのインスタンスを取得します。
パブリック プロパティ Site (Component から継承されています。)
パブリック プロパティ UpdatedRowSource このメンバーは将来使用するために予約されています。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Cancel AdomdCommand の実行のキャンセルを試行します。
パブリック メソッド Clone 現在の AdomdCommand インスタンスのコピーである新しいオブジェクトを作成して返します。
パブリック メソッド CreateObjRef セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド CreateParameter 新しく作成された AdomdParameter を返します。
パブリック メソッド Dispose (Component から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド Execute AdomdCommand を実行し、CellSet または AdomdDataReader のどちらかを返します。
パブリック メソッド ExecuteCellSet AdomdCommand を実行し、CellSet を返します。
パブリック メソッド ExecuteNonQuery 結果を返さずに AdomdCommand を実行します。
パブリック メソッド ExecuteReader() AdomdCommand を実行し、AdomdDataReader を返します。
パブリック メソッド ExecuteReader(CommandBehavior) 指定した System.Data.CommandBehavior 列挙値を使用して AdomdCommand を実行し、AdomdDataReader を返します。
パブリック メソッド ExecuteScalar クエリを実行し、クエリによって返される結果セットの先頭行の最初の列を返します。
パブリック メソッド ExecuteXmlReader AdomdCommand を実行し、System.Xml.XmlReader を返します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド InitializeLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド Prepare AdomdCommand を実行できることを確認します。
パブリック メソッド ToString (Component から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント Disposed (Component から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICloneable.Clone 現在のインスタンスのコピーである新しいオブジェクトを作成します。
明示的なインターフェイスの実装プライベート プロパティ IDbCommand.Connection AdomdCommand のこのインスタンスによって使用される AdomdConnection を取得または設定します。
明示的なインターフェイスの実装プライベート メソッド IDbCommand.CreateParameter IDbDataParameter オブジェクトの新しいインスタンスを作成します。
明示的なインターフェイスの実装プライベート メソッド IDbCommand.ExecuteReader() Connection に対して CommandText を実行し、IDataReader を構築します。
明示的なインターフェイスの実装プライベート メソッド IDbCommand.ExecuteReader(CommandBehavior) Connection に対して CommandText を実行し、CommandBehaviour 値のいずれかを使用して IDataReader を構築します。
明示的なインターフェイスの実装プライベート プロパティ IDbCommand.Parameters IDataParameterCollection を取得します。
明示的なインターフェイスの実装プライベート プロパティ IDbCommand.Transaction コマンド オブジェクトが実行されるトランザクションを取得します。値の設定も可能です。

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.AnalysisServices.AdomdClient 名前空間