Freigeben über


BusinessLogicCommand-Klasse

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.

Methoden

  Name Beschreibung
Öffentliche Methode Cancel
Öffentliche Methode CreateParameter
Öffentliche Methode Dispose
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode ExecuteNonQuery
Öffentliche Methode ExecuteReader() () () ()
Öffentliche Methode ExecuteReader(CommandBehavior)
Öffentliche Methode ExecuteScalar
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Prepare
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDbCommand. . :: . .Parameters

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.