Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.