DtsConvert.ToConnections90(Connections) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.
成员已过时;请改用该方法 GetExtendedInterface(Connections) 。 将托管 Connections 集合转换为本机 IDTSConnections100 集合。
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ ToConnections90(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 ToConnections90 (Microsoft.SqlServer.Dts.Runtime.Connections connections);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnections90 : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Shared Function ToConnections90 (connections As Connections) As IDTSConnections100
参数
- connections
- Connections
托管的 Connections 集合。
返回
一个本机 IDTSConnections100 集合。
- 属性