IDTSConnectionManagerDatabaseParameters100.RetainSameConnection Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property RetainSameConnection As Boolean
Get
Set
'Usage
Dim instance As IDTSConnectionManagerDatabaseParameters100
Dim value As Boolean
value = instance.RetainSameConnection
instance.RetainSameConnection = value
bool RetainSameConnection { get; set; }
property bool RetainSameConnection {
bool get ();
void set (bool value);
}
abstract RetainSameConnection : bool with get, set
function get RetainSameConnection () : boolean
function set RetainSameConnection (value : boolean)
Property Value
Type: System.Boolean