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.
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.