This topic has not yet been rated - Rate this topic

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)
final function get Description () : String 
final function set Description (value : String)

Property Value

Type: System.String
A String that contains the description given to the connection manager.

Implements

IDTSName.Description

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.