Метод IDtsConnectionService.EditConnection (ConnectionManager)
Edits a specific existing connection and returns a value that indicates whether the connection was modified.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
Function EditConnection ( _
connectionManager As ConnectionManager _
) As Boolean
'Применение
Dim instance As IDtsConnectionService
Dim connectionManager As ConnectionManager
Dim returnValue As Boolean
returnValue = instance.EditConnection(connectionManager)
bool EditConnection(
ConnectionManager connectionManager
)
bool EditConnection(
ConnectionManager^ connectionManager
)
abstract EditConnection :
connectionManager:ConnectionManager -> bool
function EditConnection(
connectionManager : ConnectionManager
) : boolean
Параметры
- connectionManager
Тип: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager to edit.
Возвращаемое значение
Тип: System.Boolean
true if the connection was modified.