DataBus::Remove Method (String^, ISfcPropertyProvider^)

 

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

Namespace:   Microsoft.SqlServer.Management.Data
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.

Return Value

Type: System::Boolean

True if success; otherwise, false.

Return to top
Show: