ConnectionManager::Description Property
Gets or sets the description of the ConnectionManager object.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public: property String^ Description { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Property Value
Type: System::String^A String that contains the description given to the connection manager.
Implements
IDTSName::Description
Show: