DataBus::Add<T> Method (String^, T, Boolean)
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)
public: generic<typename T> virtual void Add( String^ name, T value, bool enabled ) sealed
Parameters
- name
-
Type:
System::String^
A string that represents a name.
- value
-
Type:
T
The property value (can be null).
- enabled
-
Type:
System::Boolean
true to enable; otherwise, false.
Implements
IDataBus::Add<T>(String^, T, Boolean)
Show: