MembershipObjectImportMode Enumeration

The mode to use when importing membership objects (accounts and groups) in the import process.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum MembershipObjectImportMode
Members
Member nameValueDescription
Insert0Insert the membership object if it doesn't exist.
Update1Update the membership object if it already exists.
InsertAndUpdate2Insert the membership object if it doesn't exist; update it if it already exists.
See Also