次の方法で共有


BusinessLogicCommand.Connection プロパティ

Gets or sets the connection to the data source.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Property Connection As IDbConnection 
    Get 
    Set
'使用
Dim instance As BusinessLogicCommand 
Dim value As IDbConnection 

value = instance.Connection

instance.Connection = value
public IDbConnection Connection { get; set; }
public:
virtual property IDbConnection^ Connection {
    IDbConnection^ get () sealed;
    void set (IDbConnection^ value) sealed;
}
abstract Connection : IDbConnection with get, set 
override Connection : IDbConnection with get, set
final function get Connection () : IDbConnection 
final function set Connection (value : IDbConnection)

プロパティ値

型: System.Data.IDbConnection
The connection to the data source.

実装

IDbCommand.Connection

関連項目

参照

BusinessLogicCommand クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間