AdomdCommand Members
Represents a command to be run against an analytical data source.
The following tables list the members exposed by the AdomdCommand type.
Public Constructors
이름 | Description | |
---|---|---|
AdomdCommand | Overloaded. Initializes a new instance of the AdomdCommand class. |
위쪽
Public Properties
(see also Protected Properties )
이름 | Description | |
---|---|---|
![]() |
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 | (inherited from 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 | (inherited from Component ) |
![]() |
UpdatedRowSource | This member is reserved for future use. |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
![]() |
CanRaiseEvents | (inherited from Component ) |
![]() |
DesignMode | (inherited from Component ) |
![]() |
Events | (inherited from Component ) |
위쪽
Public Methods
(see also Protected Methods )
이름 | Description | |
---|---|---|
![]() |
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 | (inherited from MarshalByRefObject ) |
![]() |
CreateParameter | Returns a newly created AdomdParameter. |
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Equals | Overloaded. (inherited from 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 | Overloaded. |
![]() |
ExecuteScalar | This member is reserved for future use. |
![]() |
ExecuteXmlReader | Runs the AdomdCommand and returns an System.Xml.XmlReader. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
Prepare | Verifies that the AdomdCommand can run. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Component ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Finalize | (inherited from Component ) |
![]() |
GetService | (inherited from Component ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
위쪽
Public Events
이름 | Description | |
---|---|---|
![]() |
Disposed | (inherited from Component ) |
위쪽
Explicit Interface Implementations
위쪽
참고 항목
참조
AdomdCommand Class
Microsoft.AnalysisServices.AdomdClient Namespace