- command
- The database command which will be initialized to insert the new information.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object which information will be inserted.
- storageFileSet
- The Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet information which will be inserted.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub PrepareInsertReferencedMediaStorage( _ ByVal command As DbCommand, _ ByVal sopInstanceUID As String, _ ByVal storageFileSet As StorageMediaFileSet _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaCreationSqlDbDataAccessAgent Dim command As DbCommand Dim sopInstanceUID As String Dim storageFileSet As StorageMediaFileSet instance.PrepareInsertReferencedMediaStorage(command, sopInstanceUID, storageFileSet) |
C# | |
---|---|
protected override void PrepareInsertReferencedMediaStorage( DbCommand command, string sopInstanceUID, StorageMediaFileSet storageFileSet ) |
Managed Extensions for C++ | |
---|---|
protected: void PrepareInsertReferencedMediaStorage( DbCommand* command, string* sopInstanceUID, StorageMediaFileSet* storageFileSet ) override |
C++/CLI | |
---|---|
protected: void PrepareInsertReferencedMediaStorage( DbCommand^ command, String^ sopInstanceUID, StorageMediaFileSet^ storageFileSet ) override |
Parameters
- command
- The database command which will be initialized to insert the new information.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object which information will be inserted.
- storageFileSet
- The Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet information which will be inserted.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7