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