Classe BusinessLogicCommand
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicCommand
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicCommand _
Implements IDbCommand, IDisposable
'Utilizzo
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
Nel tipo BusinessLogicCommand sono esposti i membri seguenti.
Costruttori
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
CommandText | ||
CommandTimeout | ||
CommandType | ||
Connection | ||
Parameters | ||
Transaction | ||
UpdatedRowSource |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Cancel | ||
CreateParameter | ||
Dispose | ||
Equals | Ereditato da Object. | |
ExecuteNonQuery | ||
ExecuteReader() () () () | ||
ExecuteReader(CommandBehavior) | ||
ExecuteScalar | ||
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
Prepare | ||
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.