DtsConvert.ToConnections90 方法
注意:此 API 现在已过时。
*** Member obsolete; use the GetExtendedInterface(Connections) method instead. *** Converts a managed Connections collection to a native IDTSConnections100 collection.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToConnections90 ( _
connections As Connections _
) As IDTSConnections100
用法
Dim connections As Connections
Dim returnValue As IDTSConnections100
returnValue = DtsConvert.ToConnections90(connections)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSConnections100 ToConnections90(
Connections connections
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSConnections100^ ToConnections90(
Connections^ connections
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnections90 :
connections:Connections -> IDTSConnections100
public static function ToConnections90(
connections : Connections
) : IDTSConnections100
参数
- connections
类型:Microsoft.SqlServer.Dts.Runtime.Connections
The managed Connections collection.
返回值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
A native IDTSConnections100 collection.