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.
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.