Project.Dispose Method ()

 

Applies To: SQL Server 2016 Preview

Releases all resources used by the current instance of the Project class.

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

Syntax

public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Sub Dispose

Implements

IDisposable.Dispose()

See Also

Project Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top