Свойство ConnectionManagerOdbcClass.RetainSameConnection
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a Boolean that indicates whether the connection manager retains the same connection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Property RetainSameConnection As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
true if the connection manager retains the same connection; otherwise, false.
Реализует
IDTSConnectionManagerDatabaseParameters100.RetainSameConnection
Замечания
For more information, see ConnectionManager.