BusinessLogicConnection-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicConnection
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class BusinessLogicConnection _
Implements IDbConnection, IDisposable
'Usage
Dim instance As BusinessLogicConnection
public class BusinessLogicConnection : IDbConnection,
IDisposable
public ref class BusinessLogicConnection : IDbConnection,
IDisposable
type BusinessLogicConnection =
class
interface IDbConnection
interface IDisposable
end
public class BusinessLogicConnection implements IDbConnection, IDisposable
Der BusinessLogicConnection-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BusinessLogicConnection() () () () | ||
BusinessLogicConnection(String) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
BeginTransaction() () () () | ||
BeginTransaction(IsolationLevel) | ||
ChangeDatabase | ||
Close | ||
CreateCommand | ||
Dispose | ||
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
Open | ||
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.