IUIManager.DataBus Property

Definition

Gets the specified DataBus control.

public:
 property Microsoft::SqlServer::Management::Data::IDataBus ^ DataBus { Microsoft::SqlServer::Management::Data::IDataBus ^ get(); };
public Microsoft.SqlServer.Management.Data.IDataBus DataBus { get; }
member this.DataBus : Microsoft.SqlServer.Management.Data.IDataBus
Public ReadOnly Property DataBus As IDataBus

Property Value

The interface of the specified DataBus control.

Applies to