DataBus::Add Method (ISfcProperty^)

 

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

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

public:
virtual void Add(
	ISfcProperty^ property
) sealed

Parameters

property
Type: Microsoft.SqlServer.Management.Sdk.Sfc::ISfcProperty^

The property of the metadata and value.

Return to top
Show: