ObjectPropertyProvider.AttachTo(IDataBus, Boolean) Method

Definition

Attaches an object to the ObjectPropertyProvider.

public:
 virtual void AttachTo(Microsoft::SqlServer::Management::Data::IDataBus ^ dataBus, bool acceptValues);
public virtual void AttachTo (Microsoft.SqlServer.Management.Data.IDataBus dataBus, bool acceptValues);
abstract member AttachTo : Microsoft.SqlServer.Management.Data.IDataBus * bool -> unit
override this.AttachTo : Microsoft.SqlServer.Management.Data.IDataBus * bool -> unit
Public Overridable Sub AttachTo (dataBus As IDataBus, acceptValues As Boolean)

Parameters

dataBus
IDataBus

The DataBus object.

acceptValues
Boolean

true for accepting values; otherwise, false.

Applies to