Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.