- updateCommand
- The database command which will be initialized to update the information.
- mediaLoaction
- The MediaLocation information which will be updated.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub PrepareUpdateMediaPathCommand( _ ByVal updateCommand As DbCommand, _ ByVal mediaLoaction As MediaLocation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaCreationSqlDbDataAccessAgent Dim updateCommand As DbCommand Dim mediaLoaction As MediaLocation instance.PrepareUpdateMediaPathCommand(updateCommand, mediaLoaction) |
C# | |
---|---|
protected override void PrepareUpdateMediaPathCommand( DbCommand updateCommand, MediaLocation mediaLoaction ) |
Managed Extensions for C++ | |
---|---|
protected: void PrepareUpdateMediaPathCommand( DbCommand* updateCommand, MediaLocation* mediaLoaction ) override |
C++/CLI | |
---|---|
protected: void PrepareUpdateMediaPathCommand( DbCommand^ updateCommand, MediaLocation^ mediaLoaction ) override |
Parameters
- updateCommand
- The database command which will be initialized to update the information.
- mediaLoaction
- The MediaLocation information which will be updated.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7