DtsConvert.ToConnectionManager(IDTSConnectionManager100) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
The ToXXXX() methods have been replaced with the GetWrapper() method.
Anggota usang; gunakan metode sebagai gantinya GetWrapper(IDTSConnectionManager100) . Mengonversi objek asli IDTSConnectionManager100 ke objek terkelola ConnectionManager .
public:
static Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ ToConnectionManager(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ connMgr);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.ConnectionManager ToConnectionManager (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 connMgr);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToConnectionManager : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 -> Microsoft.SqlServer.Dts.Runtime.ConnectionManager
Public Shared Function ToConnectionManager (connMgr As IDTSConnectionManager100) As ConnectionManager
Parameter
- connMgr
- IDTSConnectionManager100
Objek asli IDTSConnectionManager100 .
Mengembalikan
Objek terkelola ConnectionManager .
- Atribut