共用方式為


AdomdCommand 類別

Represents a command to be run against an analytical data source.

繼承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.AdomdClient.AdomdCommand

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public NotInheritable Class AdomdCommand _
    Inherits Component _
    Implements IDbCommand, IDisposable, ICloneable
'用途
Dim instance As AdomdCommand
public sealed class AdomdCommand : Component, 
    IDbCommand, IDisposable, ICloneable
public ref class AdomdCommand sealed : public Component, 
    IDbCommand, IDisposable, ICloneable
[<SealedAttribute>]
type AdomdCommand =  
    class 
        inherit Component 
        interface IDbCommand 
        interface IDisposable 
        interface ICloneable 
    end
public final class AdomdCommand extends Component implements IDbCommand, IDisposable, ICloneable

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.

上層

屬性

  名稱 說明
公用屬性 ActivityID
公用屬性 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。)
公用屬性 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.

上層

方法

  名稱 說明
公用方法 Cancel Tries to cancel the execution of the AdomdCommand.
公用方法 Clone Creates and returns a new object that is a copy of the current AdomdCommand instance.
公用方法 CreateObjRef 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 CreateParameter Returns a newly created AdomdParameter.
公用方法 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 Executes the query, and returns the first column of the first row in the result set returned by the query.
公用方法 ExecuteXmlReader Runs the AdomdCommand and returns an System.Xml.XmlReader.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 GetType (繼承自 Object。)
公用方法 InitializeLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 Prepare Verifies that the AdomdCommand can run.
公用方法 ToString (繼承自 Component。)

上層

事件

  名稱 說明
公用事件 Disposed (繼承自 Component。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 ICloneable.Clone Creates a new object that is a copy of the current instance.
明確介面實作私用屬性 IDbCommand.Connection Gets or sets the AdomdConnection used by this instance of the AdomdCommand.
明確介面實作私用方法 IDbCommand.CreateParameter Creates 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 CommandBehaviour values.
明確介面實作私用屬性 IDbCommand.Parameters Gets the IDataParameterCollection.
明確介面實作私用屬性 IDbCommand.Transaction Gets or sets the transaction within which the command object runs.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdClient 命名空間