Метод IDTSConnections100.Add
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Adds the connection manager of the specified connection type to collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function Add ( _
bstrConnectionType As String _
) As IDTSConnectionManager100
'Применение
Dim instance As IDTSConnections100
Dim bstrConnectionType As String
Dim returnValue As IDTSConnectionManager100
returnValue = instance.Add(bstrConnectionType)
IDTSConnectionManager100 Add(
string bstrConnectionType
)
IDTSConnectionManager100^ Add(
[InAttribute] String^ bstrConnectionType
)
abstract Add :
bstrConnectionType:string -> IDTSConnectionManager100
function Add(
bstrConnectionType : String
) : IDTSConnectionManager100
Параметры
- bstrConnectionType
Тип: System.String
The connection type for the connection manager.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager that was added to the collection.
Замечания
For more information, see Connections.