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.