DataBus::Remove Method (String^)

 

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

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

public:
virtual bool Remove(
	String^ propertyName
) sealed

Parameters

propertyName
Type: System::String^

A string that represents the name of the property.

Return Value

Type: System::Boolean

True if success; otherwise, false.

Return to top
Show: