Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a business logic command.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class BusinessLogicCommand _
Implements IDbCommand, IDisposable
'Usage
Dim instance As BusinessLogicCommand
public class BusinessLogicCommand : IDbCommand,
IDisposable
public ref class BusinessLogicCommand : IDbCommand,
IDisposable
type BusinessLogicCommand =
class
interface IDbCommand
interface IDisposable
end
public class BusinessLogicCommand implements IDbCommand, IDisposable
Der BusinessLogicCommand-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
BusinessLogicCommand() | Initializes a new instance of the BusinessLogicCommand class. |
![]() |
BusinessLogicCommand(String) | Initializes a new instance of the BusinessLogicCommand class. |
![]() |
BusinessLogicCommand(BusinessLogicConnection) | Initializes a new instance of the BusinessLogicCommand class. |
![]() |
BusinessLogicCommand(BusinessLogicConnection, TempDBResultSet) | Initializes a new instance of the BusinessLogicCommand class. |
![]() |
BusinessLogicCommand(String, BusinessLogicConnection, BusinessLogicTransaction) | Initializes a new instance of the BusinessLogicCommand class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
CommandText | Gets or sets the text command to run against the data source. |
![]() |
CommandTimeout | Gets or sets the time in seconds to wait for the command to execute. |
![]() |
CommandType | Gets or sets the command type. |
![]() |
Connection | Gets or sets the connection to the data source. |
![]() |
Parameters | Gets the collection of business logic parameters. |
![]() |
Transaction | Gets or sets the transaction within which the command executes. |
![]() |
UpdatedRowSource | Gets or sets the updated row source. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Cancel | Cancels the execution of a BusinessLogicCommand. |
![]() |
CreateParameter | Creates a new instance of an IDbDataParameter object. |
![]() |
Dispose | Releases all resources used by the current instance of the BusinessLogicCommand. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
ExecuteNonQuery | Executes a statement against a connection object. |
![]() |
ExecuteReader() | Executes the CommandText against the Connection, and returns an IDataReader. |
![]() |
ExecuteReader(CommandBehavior) | Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior. |
![]() |
ExecuteScalar | Executes the query and returns the first column of the first row in the result set returned by the query. |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Prepare | Creates a prepared version of the command on the data source. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
IDbCommand.Parameters | Gets the IDataParameterCollection. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace
.gif)
.gif)
.gif)
.gif)
.gif)