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. |
맨 위로 이동
메서드
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
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. |
맨 위로 이동