- queryCommand
- The database command which will be initialized to return the information.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object which information will be returned.
- failedSopInstance
- A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the failed instance information in the media object which attributes will be returned.
| Visual Basic (Declaration) | |
|---|---|
Protected MustOverride Sub PrepareFindMediaObjectFailedCompositeAttributesCommand( _ ByVal queryCommand As DbCommand, _ ByVal sopInstanceUID As String, _ ByVal failedSopInstance As SopInstanceReference _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaCreationDbDataAccessAgent Dim queryCommand As DbCommand Dim sopInstanceUID As String Dim failedSopInstance As SopInstanceReference instance.PrepareFindMediaObjectFailedCompositeAttributesCommand(queryCommand, sopInstanceUID, failedSopInstance) | |
| C# | |
|---|---|
protected abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( DbCommand queryCommand, string sopInstanceUID, SopInstanceReference failedSopInstance ) | |
| Managed Extensions for C++ | |
|---|---|
protected: abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( DbCommand* queryCommand, string* sopInstanceUID, SopInstanceReference* failedSopInstance ) | |
| C++/CLI | |
|---|---|
protected: abstract void PrepareFindMediaObjectFailedCompositeAttributesCommand( DbCommand^ queryCommand, String^ sopInstanceUID, SopInstanceReference^ failedSopInstance ) | |
Parameters
- queryCommand
- The database command which will be initialized to return the information.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object which information will be returned.
- failedSopInstance
- A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the failed instance information in the media object which attributes will be returned.
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