Microsoft Identity Integration Server 2003 Developer Reference

DeprovisionAction

The DeprovisionAction enumeration is used to identify the action taken by the IMASynchronization.Deprovision method.

public enum DeprovisionAction

Members

Member Description
Disconnect The connector space object is not connected to an metaverse object but may be a candidate for connection to a metaverse object in the future.
ExplicitDisconnect The connector object is disconnected and will not be reconsidered for joining to an object in the future.
Delete The connector object will be deleted.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

IMASynchronization.Deprovision