IDataBus Interface

 

Defines the size, enumerators, and synchronization methods for all non-generic collections in the DataBus control.

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

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

NameDescription
System_CAPS_pubpropertyCount

(Inherited from ICollection.)

System_CAPS_pubpropertyIsSynchronized

(Inherited from ICollection.)

System_CAPS_pubpropertyItem[String^]

Gets or set the property value for the DataBase control.

System_CAPS_pubpropertySyncRoot

(Inherited from ICollection.)

NameDescription
System_CAPS_pubmethodAdd(ISfcProperty^)

Adds a property with the specified metadata and value to the collection.

System_CAPS_pubmethodAdd(ISfcProperty^, ISfcPropertyProvider^)

Adds the property registration and property provider.

System_CAPS_pubmethodAdd(ISfcPropertyProvider^)

Adds all the properties from the provider.

System_CAPS_pubmethodAdd(String^, ISfcPropertyProvider^)

Adds a property with the specified name and property provider.

System_CAPS_pubmethodAdd<T>(String^, T)

Adds a property with the specified name and type.

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

Adds a property with the specified name and type and determines whether the property is read-only.

System_CAPS_pubmethodContains(ISfcProperty^)

Checks whether a property with the specified metadata is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.)

System_CAPS_pubmethodContains(String^)

Checks whether a property with the specified name is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.)

System_CAPS_pubmethodCopyTo(Array^, Int32)

(Inherited from ICollection.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEnumProperties()

Returns an enumerator that can iterate through the properties in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable.)

System_CAPS_pubmethodGetPropertySet()

Gets the interface reference to the set of properties of this object.

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertyProvider.)

System_CAPS_pubmethodRemove(ISfcProperty^)

Removes the property from the collection by metadata.

System_CAPS_pubmethodRemove(ISfcPropertyProvider^)

Removes the specified provider for all properties.

System_CAPS_pubmethodRemove(String^)

Removes the property from a collection by name.

System_CAPS_pubmethodRemove(String^, ISfcPropertyProvider^)

Removes the specified provider for the property from the DataBus control.

System_CAPS_pubmethodTryGetProperty(String^, ISfcProperty^%)

Attempts to get the property metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.)

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^%)

Attempts to get the property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.)

System_CAPS_pubmethodTryGetPropertyValue<T>(String^, T%)

Attempts to get the property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcPropertySet.)

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

System_CAPS_pubeventPropertyMetadataChanged

Occurs when the metadata for a property has changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from ISfcNotifyPropertyMetadataChanged.)

Return to top
Show: