IWarehouseAdapter.MakeDataChanges Method

Used to add new data to the warehouse.

Namespace:  Microsoft.TeamFoundation.Adapter
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Function MakeDataChanges As DataChangesResult
'Usage
Dim instance As IWarehouseAdapter 
Dim returnValue As DataChangesResult 

returnValue = instance.MakeDataChanges()
DataChangesResult MakeDataChanges()
DataChangesResult MakeDataChanges()
function MakeDataChanges() : DataChangesResult

Return Value

Type: Microsoft.TeamFoundation.Adapter.DataChangesResult
Returns a DataChangesResult that indicates the result of the attempt to change the data.

.NET Framework Security

See Also

Reference

IWarehouseAdapter Interface

IWarehouseAdapter Members

Microsoft.TeamFoundation.Adapter Namespace