Add méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see Connections.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function Add ( _
bstrConnectionType As String _
) As IDTSConnectionManager100
'Utilisation
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
Paramètres
- bstrConnectionType
Type : System. . :: . .String
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSConnectionManager100