- instance
- The Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSetInstanceRow which contains the information about the Leadtools.Dicom.DicomDataSet to create the backup for.
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub CreateInstanceBackup( _ ByVal instance As CompositeInstanceDataSet.InstanceRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As InstanceCStoreCommand Dim instance As CompositeInstanceDataSet.InstanceRow instance.CreateInstanceBackup(instance) | |
| C# | |
|---|---|
protected virtual void CreateInstanceBackup( CompositeInstanceDataSet.InstanceRow instance ) | |
| C++/CLI | |
|---|---|
protected: virtual void CreateInstanceBackup( CompositeInstanceDataSet.InstanceRow^ instance ) | |
Parameters
- instance
- The Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSetInstanceRow which contains the information about the Leadtools.Dicom.DicomDataSet to create the backup for.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code