次の方法で共有


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 このメンバは将来使用するために予約されています。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Cancel AdomdCommand の実行のキャンセルを試行します。
パブリック メソッド Clone 現在の AdomdCommand に基づいて AdomdCommand クラスのインスタンスを作成して返します。
パブリック メソッド CreateObjRef (MarshalByRefObject から継承されています。)
パブリック メソッド CreateParameter 新しく作成された AdomdParameter を返します。
パブリック メソッド Dispose() () () () (Component から継承されています。)
プロテクト メソッド Dispose(Boolean) (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 を返します。
プロテクト メソッド Finalize (Component から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetLifetimeService (MarshalByRefObject から継承されています。)
プロテクト メソッド GetService (Component から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド InitializeLifetimeService (MarshalByRefObject から継承されています。)
プロテクト メソッド MemberwiseClone() () () () (Object から継承されています。)
プロテクト メソッド MemberwiseClone(Boolean) (MarshalByRefObject から継承されています。)
パブリック メソッド Prepare AdomdCommand を実行できることを確認します。
パブリック メソッド ToString (Component から継承されています。)

先頭に戻る

イベント

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

先頭に戻る

スレッド セーフ

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