Udostępnij przez


DtsConvert.ToInfoEvents90 Method

NOTE: This method is now obsolete.

*** Member obsolete; use the GetExtendedInterface(IDTSInfoEvents) method instead. *** Converts a managed IDTSInfoEvents object to a native IDTSInfoEvents100 object. This method is not CLS-compliant.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToInfoEvents90 ( _
    events As IDTSInfoEvents _
) As IDTSInfoEvents100
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")] 
public static IDTSInfoEvents100 ToInfoEvents90 (
    IDTSInfoEvents events
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")] 
public:
static IDTSInfoEvents100^ ToInfoEvents90 (
    IDTSInfoEvents^ events
)
/** @attribute ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.") */ 
public static IDTSInfoEvents100 ToInfoEvents90 (
    IDTSInfoEvents events
)
ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.") 
public static function ToInfoEvents90 (
    events : IDTSInfoEvents
) : IDTSInfoEvents100

Parameters

Return Value

A native IDTSInfoEvents100 object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.