Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Disposes the specified command object that implements the IDisposable interface.
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
)
Parameters
- command
Type: System.IDisposable
The command object to dispose.