- 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.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub PrepareFindMediaObjectReferencedCompositeInstancesCommand( _ ByVal queryCommand As DbCommand, _ ByVal sopInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaCreationSqlDbDataAccessAgent Dim queryCommand As DbCommand Dim sopInstanceUID As String instance.PrepareFindMediaObjectReferencedCompositeInstancesCommand(queryCommand, sopInstanceUID) |
C# | |
---|---|
protected override void PrepareFindMediaObjectReferencedCompositeInstancesCommand( DbCommand queryCommand, string sopInstanceUID ) |
Managed Extensions for C++ | |
---|---|
protected: void PrepareFindMediaObjectReferencedCompositeInstancesCommand( DbCommand* queryCommand, string* sopInstanceUID ) override |
C++/CLI | |
---|---|
protected: void PrepareFindMediaObjectReferencedCompositeInstancesCommand( DbCommand^ queryCommand, String^ sopInstanceUID ) override |
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7