SchemaChangesResult Enumeration

An enumeration to return the result of attempts to change the schema.

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

Syntax

'Declaration
Public Enumeration SchemaChangesResult
'Usage
Dim instance As SchemaChangesResult
public enum SchemaChangesResult
public enum class SchemaChangesResult
public enum SchemaChangesResult

Members

Member name Description
StopRequested The adapter has been requested to stop.
NoChanges No schema changes were required by the adapter.
ChangesComplete Schema changes have been made.

Remarks

This enumeration is returned by the MakeSchemaChanges method.

See Also

Reference

Microsoft.TeamFoundation.Adapter Namespace