DataBus Class

 

Represents the DataBus class.

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

System::Object
  Microsoft.SqlServer.Management.Data::DataBus

[DefaultMemberAttribute("Item")]
public ref class DataBus : IDataBus, ISfcPropertySet, ISfcPropertyProvider, 
	ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged, ICollection, 
	IEnumerable, IDisposable, ICustomTypeDescriptor

NameDescription
System_CAPS_pubmethodDataBus()

Initializes a new instance of the DataBus class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of data in a data bus.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether the data in a DataBus control is synchronized.

System_CAPS_pubpropertyItem[String^]

Gets or sets the property value in the DataBus control.

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize data to the DataBus control.

NameDescription
System_CAPS_pubmethodAdd(ISfcProperty^)

Adds a property with specified metadata and value to the collection. This class cannot be inherited.

System_CAPS_pubmethodAdd(ISfcProperty^, ISfcPropertyProvider^)

Adds property metadata, a value, and a property provider. This class cannot be inherited.

System_CAPS_pubmethodAdd(ISfcPropertyProvider^)

Adds all properties from the provider. This class cannot be inherited.

System_CAPS_pubmethodAdd(String^, ISfcPropertyProvider^)

Adds a property with specified name and property provider. This class cannot be inherited.

System_CAPS_pubmethodAdd<T>(String^, T)

Adds a property with specified name and type. This class cannot be inherited.

System_CAPS_pubmethodAdd<T>(String^, T, Boolean)

Adds a property with specified name and type. This class cannot be inherited.

System_CAPS_pubmethodContains(ISfcProperty^)

Checks if the property with specified metadata and value exists. This class cannot be inherited.

System_CAPS_pubmethodContains(String^)

Checks if the property with specified name exists. This class cannot be inherited.

System_CAPS_pubmethodContains<T>(String^)

Indicates whether the property with specified name exists.

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the items of a DataBus control to a one-dimensional array, starting at the given array index.

System_CAPS_pubmethodDispose()

Releases all the resources used by the DataBus class.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the DataBus and optionally releases the managed resources.

System_CAPS_pubmethodEnumProperties()

Specifies all the properties.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAttributes()

Indicates the collection of attributes from data in the DataBus control.

System_CAPS_pubmethodGetClassName()

Returns the name of the class for the DataBus control.

System_CAPS_pubmethodGetComponentName()

Returns the name of the component for the DataBus control.

System_CAPS_pubmethodGetConverter()

Returns a type converter for the DataBus control.

System_CAPS_pubmethodGetDefaultEvent()

Returns the default event for the DataBus control.

System_CAPS_pubmethodGetDefaultProperty()

Returns the default property for the DataBus control.

System_CAPS_pubmethodGetEditor(Type^)

Gets the type of an editor for the DataBus control.

System_CAPS_pubmethodGetEnumerator()

Returns an IEnumerator interface for the DataBus control.

System_CAPS_pubmethodGetEvents()

Returns the events for the DataBus control.

System_CAPS_pubmethodGetEvents(array<Attribute^>^)

Returns a filtered collection of event descriptors for the DataBus control.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetProperties()

Returns a collection of property descriptors for the DataBus control.

System_CAPS_pubmethodGetProperties(array<Attribute^>^)

Returns the properties for the DataBus control using the attribute array as a filter.

System_CAPS_pubmethodGetPropertyOwner(PropertyDescriptor^)

Returns an object that contains the property described by the specified property descriptor.

System_CAPS_pubmethodGetPropertySet()

Retrieves the set of properties of the data bus.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(ISfcProperty^)

Removes a property with specified metadata and value from the collection.

System_CAPS_pubmethodRemove(ISfcPropertyProvider^)

Removes the specified provider for all properties.

System_CAPS_pubmethodRemove(String^)

Removes the specified name of the property of the data bus.

System_CAPS_pubmethodRemove(String^, ISfcPropertyProvider^)

Removes the specified provider for the property from the Data Bus control.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetProperty(String^, ISfcProperty^%)

Gets the property that is associated with the specified key.

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^%)

Attempts to get the property value with a specified name and value.

System_CAPS_pubmethodTryGetPropertyValue<T>(String^, T%)

Attempts to get the property value with a specified name and type.

NameDescription
System_CAPS_pubeventPropertyChanged

Occurs when the property value of the DataBus control changes.

System_CAPS_pubeventPropertyMetadataChanged

Occurs when the metadata property value of the DataBus control changes.

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: