AdomdCommand 메서드

보호된 멤버 포함
상속된 멤버 포함

AdomdCommand 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 {dtor} Releases all resources used by the AdomdCommand.
공용 메서드 Cancel Tries to cancel the command that the AdomdCommand is currently running.
공용 메서드 Clone Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
공용 메서드 CreateParameter Returns a newly created AdomdParameter.
공용 메서드 Dispose Releases all resources used by the AdomdCommand.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 ExecuteNonQuery Runs the AdomdCommand without returning any results.
공용 메서드 ExecuteReader() Runs the AdomdCommand and returns an AdomdDataReader.
공용 메서드 ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified CommandBehavior enumeration value and returns an AdomdDataReader.
공용 메서드 ExecuteScalar Executes the statement and returns the first object of the first column.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 Prepare Verifies that the AdomdCommand can run.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICloneable.Clone Creates a new object that is a copy of the current instance of this object.
명시적 인터페이스 구현전용 메서드 IDbCommand.CreateParameter Creates and returns a new instance of an IDbDataParameter object.
명시적 인터페이스 구현전용 메서드 IDbCommand.ExecuteReader() Executes the CommandText against the Connection and builds an IDataReader.
명시적 인터페이스 구현전용 메서드 IDbCommand.ExecuteReader(CommandBehavior) Executes the CommandText against the Connection and builds an IDataReader using one of the CommandBehavior values.

맨 위로 이동

참고 항목

참조

AdomdCommand 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스