ToConnections Método
Nota: esta API ya está obsoleta.
*** Member obsolete; use the GetWrapper(IDTSConnections100) method instead. *** Converts a native IDTSConnections100 collection to a managed Connections collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")> _
Public Shared Function ToConnections ( _
connections As IDTSConnections100 _
) As Connections
'Uso
Dim connections As IDTSConnections100
Dim returnValue As Connections
returnValue = DtsConvert.ToConnections(connections)
[ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Connections ToConnections(
IDTSConnections100 connections
)
[ObsoleteAttribute(L"The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public:
static Connections^ ToConnections(
IDTSConnections100^ connections
)
[<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToConnections :
connections:IDTSConnections100 -> Connections
public static function ToConnections(
connections : IDTSConnections100
) : Connections
Parámetros
- connections
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSConnections100
The native IDTSConnections100 collection.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .Connections
A managed Connections collection.
Vea también