IMASynchronization::ShouldProjectToMV Method
The ShouldProjectToMV method is called to determine if a new connector space object should be projected to a new metaverse object when the connector space object does not join to an existing metaverse object.
Syntax
public bool ShouldProjectToMV(
CSEntry csentry,
out string MVObjectType
);
Public Function ShouldProjectToMV( _
ByVal csentry As CSEntry, _
ByRef MVObjectType As String _
) As Boolean
Implements IMASynchronization.ShouldProjectToMV
Parameters
csentry
Contains a CSEntry object that represents the new connector space entry.MVObjectType
[out]A String object that, on output, receives the name of the metaverse class to which the connector space entry should be projected.
Return Value
Returns True if the connector space entry should be projected. The MVObjectType parameter receives the name of the metaverse class to which the connector space entry should be projected.
Returns False if the connector space entry should not be projected.
Exceptions
Exception type | Condition |
---|---|
EntryPointNotImplementedException | The rules extension does not implement this method. |
UnexpectedDataException | The method received unexpected data. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009