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 命名空间