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 네임스페이스