DisposeCommand-Methode
Löscht das angegebene Befehlsobjekt, mit dem die IDisposable-Schnittstelle implementiert wird.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Shared Sub DisposeCommand ( _
command As IDisposable _
)
'Usage
Dim command As IDisposable
DbSyncAdapter.DisposeCommand(command)
protected static void DisposeCommand(
IDisposable command
)
protected:
static void DisposeCommand(
IDisposable^ command
)
static member DisposeCommand :
command:IDisposable -> unit
protected static function DisposeCommand(
command : IDisposable
)
Parameter
- command
Typ: System. . :: . .IDisposable
Das zu löschende Befehlsobjekt.