ConnectionManager::Description Property

 

Gets or sets the description of the ConnectionManager object.

Namespace:   Microsoft.SqlServer.Dts.Runtime
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.

The following code example creates a new FILE connection manager and sets several properties, including the Description.

No code example is currently available or this language may not be supported.
Return to top
Show: