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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.