DataBusDataSource Class

 

Represents a data source for the DataBus control.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.SqlServer.Management.Data::DataBusDataSource

public ref class DataBusDataSource : Component, INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodDataBusDataSource()

Initializes a new instance of the DataBusDataSource class.

NameDescription
System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyDataBus

Gets or sets the DataBus control for the DataBusDataSource class.

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetProperty<T>(String^)

Retrieves a property of the data source with the specified name.

System_CAPS_protmethodGetProperty<T>(String^, T)

Retrieves a property of the data source with the specified name.

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodIsPropertyReadOnly(String^)

Indicates that a property is read-only.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodOnPropertyChanged(String^)

Raises the T:System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.

System_CAPS_protmethodSetProperty<T>(String^, T, array<String^>^)

Initiates the properties to set in the DataBus control.

System_CAPS_protmethodSetPropertyDependance(String^, array<String^>^)

Indicates the dependency property that is set to the DataBus control.

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

System_CAPS_pubeventPropertyChanged

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.

Return to top
Show: