DataBusDataSource Class
Represents a data source for the DataBus control.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.SqlServer.Management.Data::DataBusDataSource
| Name | Description | |
|---|---|---|
![]() | DataBusDataSource() | Initializes a new instance of the DataBusDataSource class. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | (Inherited from Component.) |
![]() | Equals(Object^) | (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(Type^) | (Inherited from Component.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | IsPropertyReadOnly(String^) | Indicates that a property is read-only. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | OnPropertyChanged(String^) | Raises the T:System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. |
![]() | SetProperty<T>(String^, T, array<String^>^) | Initiates the properties to set in the DataBus control. |
![]() | SetPropertyDependance(String^, array<String^>^) | Indicates the dependency property that is set to the DataBus control. |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | Disposed | (Inherited from Component.) |
![]() | PropertyChanged | Occurs when a certain property of the data source is changed. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




