Share via


Parameter.Dispose Method

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

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

Syntax

'Declaration
Public MustOverride Sub Dispose
'Usage
Dim instance As Parameter

instance.Dispose()
public abstract void Dispose()
public:
virtual void Dispose() abstract
abstract Dispose : unit -> unit
public abstract function Dispose()

Implements

IDisposable.Dispose()

See Also

Reference

Parameter Class

Microsoft.SqlServer.Dts.Runtime Namespace