AdomdCommand Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- Warisan
-
AdomdCommand
- Penerapan
Konstruktor
AdomdCommand() |
Menginisialisasi instans baru kelas AdomdCommand. |
AdomdCommand(String, AdomdConnection) |
Menginisialisasi instans baru kelas AdomdCommand. |
AdomdCommand(String) |
Menginisialisasi instans baru kelas AdomdCommand. |
Properti
ActivityID |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
CommandStream |
CommandStream |
CommandText |
CommandText |
CommandTimeout |
CommandTimeout |
CommandType |
CommandType |
Connection |
Koneksi |
Parameters |
Parameter |
Properties |
Properti |
RequestPriority |
Microsoft.AnalysisServices.AdomdClient.AdomdCommand |
UpdatedRowSource |
UpdatedRowSource |
Metode
Cancel() |
Batalkan |
Clone() |
Kloning |
CreateParameter() |
CreateParameter |
Execute() |
Jalankan |
ExecuteCellSet() |
ExecuteCellSet |
ExecuteNonQuery() |
ExecuteNonQuery |
ExecuteReader() |
ExecuteReader |
ExecuteReader(CommandBehavior) |
ExecuteReader |
ExecuteScalar() |
ExecuteScalar |
ExecuteXmlReader() |
ExecuteXmlReader |
Prepare() |
Siapkan |
Implementasi Antarmuka Eksplisit
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 |