Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a Boolean that indicates whether the connection manager retains the same connection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property RetainSameConnection As Boolean
Get
Set
'Usage
Dim instance As ConnectionManagerOdbcClass
Dim value As Boolean
value = instance.RetainSameConnection
instance.RetainSameConnection = value
public virtual bool RetainSameConnection { get; set; }
public:
virtual property bool RetainSameConnection {
bool get ();
void set (bool value);
}
abstract RetainSameConnection : bool with get, set
override RetainSameConnection : bool with get, set
function get RetainSameConnection () : boolean
function set RetainSameConnection (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the connection manager retains the same connection; otherwise, false.
Implementiert
IDTSConnectionManagerDatabaseParameters100.RetainSameConnection
Hinweise
For more information, see ConnectionManager.