Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()