DataBus::Add<T> Method (String^, T)

 

Adds a property with specified name and type. This class cannot be inherited.

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

public:
generic<typename T>
virtual void Add(
	String^ name,
	T value
) sealed

Parameters

name
Type: System::String^

A string that represents a name.

value
Type: T

The property value (can be null).

Return to top
Show: