Microsoft Identity Integration Server 2003 Developer Reference

ConnectorCollection.DeprovisionAll

The DeprovisionAll method changes all connector CSEntry objects in the specified management agent to disconnector CSEntry objects.
[C#]
public void DeprovisionAll();
[Visual Basic .NET]
Public Sub DeprovisionAll()

Parameters

This method has no parameters.

Return Values

This method has no return values.

Example Code

The following example shows how to change all connector CSEntry objects in the Fabrikam AD MA management agent to disconnector CSEntry objects:

[Visual Basic .NET]
mventry.ConnectedMAs["Fabrikam AD MA"].Connectors.DeprovisionAll()

Example Code

[C#]
mventry.ConnectedMAs("Fabrikam AD MA").Connectors.DeprovisionAll()

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

ConnectorCollection, CSEntry