- insertCommand
- The database command which will be initialized to insert the new information.
- mediaLocation
- The MediaLocation information to be inserted.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub PrepareInsertMediaPathCommand( _ ByVal insertCommand As DbCommand, _ ByVal mediaLocation As MediaLocation _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaCreationSqlDbDataAccessAgent Dim insertCommand As DbCommand Dim mediaLocation As MediaLocation instance.PrepareInsertMediaPathCommand(insertCommand, mediaLocation) | |
| C# | |
|---|---|
protected override void PrepareInsertMediaPathCommand( DbCommand insertCommand, MediaLocation mediaLocation ) | |
| Managed Extensions for C++ | |
|---|---|
protected: void PrepareInsertMediaPathCommand( DbCommand* insertCommand, MediaLocation* mediaLocation ) override | |
| C++/CLI | |
|---|---|
protected: void PrepareInsertMediaPathCommand( DbCommand^ insertCommand, MediaLocation^ mediaLocation ) override | |
Parameters
- insertCommand
- The database command which will be initialized to insert the new information.
- mediaLocation
- The MediaLocation information to 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
Copy Code