IWarehouseAdapter.MakeSchemaChanges Method

Allows adapters to update the warehouse schema.

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

Syntax

'Declaration
Function MakeSchemaChanges As SchemaChangesResult
'Usage
Dim instance As IWarehouseAdapter 
Dim returnValue As SchemaChangesResult 

returnValue = instance.MakeSchemaChanges()
SchemaChangesResult MakeSchemaChanges()
SchemaChangesResult MakeSchemaChanges()
function MakeSchemaChanges() : SchemaChangesResult

Return Value

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

.NET Framework Security

See Also

Reference

IWarehouseAdapter Interface

IWarehouseAdapter Members

Microsoft.TeamFoundation.Adapter Namespace