The
database command which will be initialized to insert the new information.
Initializes a
System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table.
Syntax
protected override void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand insertCommand,
string ,
SopInstanceReference ,
long
)
'Declaration
Protected Overrides Sub PrepareInsertMediaObjectFailedCompositeAttributesCommand( _
ByVal insertCommand As DbCommand, _
ByVal As String, _
ByVal As SopInstanceReference, _
ByVal As Long _
)
'Usage
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim insertCommand As DbCommand
Dim sopInstanceUID As String
Dim referencedInstance As SopInstanceReference
Dim attribute As Long
instance.PrepareInsertMediaObjectFailedCompositeAttributesCommand(insertCommand, sopInstanceUID, referencedInstance, attribute)
protected: void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand* insertCommand,
string* ,
SopInstanceReference* ,
long
) override
protected:
void PrepareInsertMediaObjectFailedCompositeAttributesCommand(
DbCommand* insertCommand,
string* ,
SopInstanceReference* ,
long
) override
Parameters
- insertCommand
- 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.
- referencedInstance
- A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the SOP Instances information which belongs to the failed media object.
- attribute
- The DICOM Attribute value that failed.
Requirements
See Also