DtsConvert.ToConnections(IDTSConnections100) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The ToXXXX() methods have been replaced with the GetWrapper() method.
* 成員已過時;請改用 GetWrapper(IDTSConnections100) 方法。 * 將原生 IDTSConnections100 集合轉換成 managed Connections 集合。
public:
static Microsoft::SqlServer::Dts::Runtime::Connections ^ ToConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ connections);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Connections ToConnections (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 connections);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 -> Microsoft.SqlServer.Dts.Runtime.Connections
Public Shared Function ToConnections (connections As IDTSConnections100) As Connections
參數
- connections
- IDTSConnections100
原生 IDTSConnections100 集合。
傳回
Managed Connections 集合。
- 屬性