DtsConvert.ToApplication90(Application) 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 ToXXXX90() methods have been replaced with the GetExtendedInteface() method.
Anggota usang; gunakan metode sebagai gantinya GetExtendedInterface(Application) . Mengonversi objek terkelola Application menjadi objek asli IDTSApplication100 .
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ ToApplication90(Microsoft::SqlServer::Dts::Runtime::Application ^ app);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 ToApplication90 (Microsoft.SqlServer.Dts.Runtime.Application app);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToApplication90 : Microsoft.SqlServer.Dts.Runtime.Application -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
Public Shared Function ToApplication90 (app As Application) As IDTSApplication100
Parameter
- app
- Application
Objek terkelola Application .
Mengembalikan
Objek asli IDTSApplication100 .
- Atribut