다음을 통해 공유


AdomdCommand 멤버

Represents a command to run against a analytical data source.

AdomdCommand 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 AdomdCommand() () () () Initializes a new instance of the AdomdCommand class with default values.
공용 메서드 AdomdCommand(String) Initializes a new instance of the AdomdCommand class with the text of the command.

맨 위로 이동

메서드

  이름 설명
공용 메서드 {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 This member is reserved for future use.
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 Prepare Verifies that the AdomdCommand can run.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 CommandText Gets or sets the command to run.
공용 속성 CommandTimeout Gets or sets the time to wait for a command to run before the AdomdCommand stops trying to run the command and generates an error.
공용 속성 CommandType Gets or sets the System.Data..::..CommandType used by the AdomdCommand.
공용 속성 Parameters Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

맨 위로 이동