ConnectionManager Properties
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionString | Gets or sets the connection string used to establish a connection to a data source. |
![]() | CreationName | Returns the string that is used by the runtime to create an instance of the ConnectionManager object and to add the object to the Connections collection. This property is read-only. |
![]() | DelayValidation | Gets or sets a Boolean that indicates whether package validation is delayed until the package runs. |
![]() | Description | Gets or sets the description of the ConnectionManager object. |
![]() | HasExpressions | Gets a value that indicates whether the connection manager has properties set through expressions. |
![]() | HostType | Gets an enumeration that describes the type of host that the connection is being used by. This property is read-only. |
![]() | ID | Gets the ID of the ConnectionManager. This property is read-only. |
![]() | InnerObject | Returns the specific connection type that was created. This property is read-only. |
![]() | Name | Gets or sets the name of the ConnectionManager object. |
![]() | OfflineMode | Gets or sets a value that indicates whether the connection manager is in offline mode. |
![]() | Properties | Gets a collection of property objects for the ConnectionManager. This is the method of accessing the properties of the specific connection that is being hosted by the connection manager. This property is read-only. |
![]() | ProtectionLevel | Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() | Qualifier | Gets or sets the qualifier for the connection manager. |
![]() | Scope | Gets the scope of the connection manager. |
![]() | Site | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site of the connection manager. |
![]() | SupportsDTCTransactions | Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. |
![]() | VariableDispenser | Gets the dispenser of the variables in the connection manager. |
![]() | Variables | Gets the collection of variables in the connection manager. |
