Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()