DataBus::Add<T> Method (String^, T)
Adds a property with specified name and type. This class cannot be inherited.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Parameters
- name
-
Type:
System::String^
A string that represents a name.
- value
-
Type:
T
The property value (can be null).
Implements
IDataBus::Add<T>(String^, T)
Show: