Metodo IDTSConnections100.Add
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Adds the connection manager of the specified connection type to collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function Add ( _
bstrConnectionType As String _
) As IDTSConnectionManager100
'Utilizzo
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
Parametri
- bstrConnectionType
Tipo: System.String
The connection type for the connection manager.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager that was added to the collection.
Osservazioni
For more information, see Connections.