DataBusDataSource Class
Represents a data source for the DataBus control.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.SqlServer.Management.Data.DataBusDataSource
Namespace: Microsoft.SqlServer.Management.Data
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Public Class DataBusDataSource _
Inherits Component _
Implements INotifyPropertyChanged
'Usage
Dim instance As DataBusDataSource
public class DataBusDataSource : Component,
INotifyPropertyChanged
public ref class DataBusDataSource : public Component,
INotifyPropertyChanged
type DataBusDataSource =
class
inherit Component
interface INotifyPropertyChanged
end
public class DataBusDataSource extends Component implements INotifyPropertyChanged
The DataBusDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataBusDataSource | Initializes a new instance of the DataBusDataSource class. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DataBus | Gets or sets the DataBus control for the DataBusDataSource class. | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetProperty<T>(String) | Retrieves a property of the data source with the specified name. | |
GetProperty<T>(String, T) | Retrieves a property of the data source with the specified name. | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
IsPropertyReadOnly | Indicates that a property is read-only. | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
OnPropertyChanged | Raises the PropertyChanged event. | |
SetProperty<T> | Initiates the properties to set in the DataBus control. | |
SetPropertyDependance | Indicates the dependency property that is set to the DataBus control. | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) | |
PropertyChanged | Occurs when a certain property of the data source is changed. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.