다음을 통해 공유


AdomdCommand 멤버

Represents a command to be run against an 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.
공용 메서드 AdomdCommand(String, AdomdConnection) Initializes a new instance of the AdomdCommand class with the text of the command and an AdomdConnection.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Cancel Tries to cancel the execution of the AdomdCommand.
공용 메서드 Clone Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
공용 메서드 CreateObjRef (MarshalByRefObject에서 상속됩니다.)
공용 메서드 CreateParameter Returns a newly created AdomdParameter.
공용 메서드 Dispose (Component에서 상속됩니다.)
보호된 메서드 Dispose (Component에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
공용 메서드 Execute Runs the AdomdCommand, and returns either a CellSet or an AdomdDataReader.
공용 메서드 ExecuteCellSet Runs the AdomdCommand and returns a CellSet.
공용 메서드 ExecuteNonQuery Runs the AdomdCommand without returning any results.
공용 메서드 ExecuteReader() () () () Runs the AdomdCommand and returns an AdomdDataReader.
공용 메서드 ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified System.Data..::..CommandBehaviorenumeration value and returns an AdomdDataReader.
공용 메서드 ExecuteScalar This member is reserved for future use.
공용 메서드 ExecuteXmlReader Runs the AdomdCommand and returns an System.Xml..::..XmlReader.
보호된 메서드 Finalize (Component에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetLifetimeService (MarshalByRefObject에서 상속됩니다.)
보호된 메서드 GetService (Component에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 InitializeLifetimeService (MarshalByRefObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (MarshalByRefObject에서 상속됩니다.)
공용 메서드 Prepare Verifies that the AdomdCommand can run.
공용 메서드 ToString (Component에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
보호된 속성 CanRaiseEvents (Component에서 상속됩니다.)
공용 속성 CommandStream Gets or sets the command to run, using a System.IO..::..Stream.
공용 속성 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.
공용 속성 Connection Gets or sets the AdomdConnection that the AdomdCommand uses.
공용 속성 Container (Component에서 상속됩니다.)
보호된 속성 DesignMode (Component에서 상속됩니다.)
보호된 속성 Events (Component에서 상속됩니다.)
공용 속성 Parameters Gets an instance of an AdomdParameterCollection class that contains the parameters used when running the AdomdCommand.
공용 속성 Properties Gets an instance of an AdomdPropertyCollection class that contains the properties associated with the AdomdCommand.
공용 속성 Site (Component에서 상속됩니다.)
공용 속성 UpdatedRowSource This member is reserved for future use.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed (Component에서 상속됩니다.)

맨 위로 이동