AdomdCommand Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Microsoft.AnalysisServices.AdomdClient.AdomdCommand
public sealed class AdomdCommand : System.ComponentModel.Component, ICloneable, IDisposable, System.Data.IDbCommand
type AdomdCommand = class
inherit Component
interface IDbCommand
interface IDisposable
interface ICloneable
Public NotInheritable Class AdomdCommand
Inherits Component
Implements ICloneable, IDbCommand, IDisposable
- Herança
-
AdomdCommand
- Implementações
Construtores
| AdomdCommand() |
Inicializa uma nova instância da classe AdomdCommand. |
| AdomdCommand(String, AdomdConnection) |
Inicializa uma nova instância da classe AdomdCommand. |
| AdomdCommand(String) |
Inicializa uma nova instância da classe AdomdCommand. |
Propriedades
| ActivityID |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| CommandStream |
CommandStream |
| CommandText |
CommandText |
| CommandTimeout |
CommandTimeOut |
| CommandType |
CommandType |
| Connection |
Conexão |
| Parameters |
Parâmetros |
| Properties |
Propriedades |
| RequestPriority |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| UpdatedRowSource |
UpdatedRowSource |
Métodos
| Cancel() |
Cancelar |
| Clone() |
Clone |
| CreateParameter() |
CreateParameter |
| Execute() |
Execute (executar) |
| ExecuteCellSet() |
ExecuteCellSet |
| ExecuteNonQuery() |
ExecuteNonQuery |
| ExecuteReader() |
ExecuteReader |
| ExecuteReader(CommandBehavior) |
ExecuteReader |
| ExecuteScalar() |
ExecuteScalar |
| ExecuteXmlReader() |
ExecuteXmlReader |
| Prepare() |
Preparar |
Implantações explícitas de interface
| ICloneable.Clone() |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| IDbCommand.Connection |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| IDbCommand.CreateParameter() |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| IDbCommand.ExecuteReader() |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| IDbCommand.ExecuteReader(CommandBehavior) |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| IDbCommand.Parameters |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
| IDbCommand.Transaction |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |