この 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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)