Поделиться через


Класс BusinessLogicConnection

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a business logic connection.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicConnection

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Class BusinessLogicConnection _
    Implements IDbConnection, IDisposable
'Применение
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

Тип BusinessLogicConnection обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BusinessLogicConnection() Initializes a new instance of the BusinessLogicConnection class.
Открытый метод BusinessLogicConnection(String) Initializes a new instance of the BusinessLogicConnection class.

В начало

Свойства

  Имя Описание
Открытое свойство ConnectionString Gets or sets the string used to open the connection.
Открытое свойство ConnectionTimeout Gets the time to wait for a connection to open.
Открытое свойство Database Gets the name of the current database after a connection is opened.
Открытое свойство State Gets a string that describes the state of the connection.

В начало

Методы

  Имя Описание
Открытый метод BeginTransaction() Starts a database transaction.
Открытый метод BeginTransaction(IsolationLevel) Starts a database transaction with the specified isolation level.
Открытый метод ChangeDatabase Changes the current database for an open connection.
Открытый метод Close Closes the connection to the database.
Открытый метод CreateCommand Creates and returns an IDbCommand object associated with the current connection.
Открытый метод Dispose Releases all resources used by the BusinessLogicConnection.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Open Opens a database connection with the settings specified by the ConnectionString.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport