DataBus::Remove Method (String^, ISfcPropertyProvider^)
Removes the specified provider for the property from the Data Bus control.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: virtual bool Remove( String^ name, ISfcPropertyProvider^ propertyProvider ) sealed
Parameters
- name
-
Type:
System::String^
A string that represents the name of the property.
- propertyProvider
-
Type:
Microsoft.SqlServer.Management.Sdk.Sfc::ISfcPropertyProvider^
The provider of a property.
Show: