MembershipObjectImportMode Enumeration |
The mode to use when importing membership objects (accounts and groups) in the import process.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum MembershipObjectImportMode
Public Enumeration MembershipObjectImportMode
public enum class MembershipObjectImportMode
type MembershipObjectImportMode
Members| Member name | Value | Description |
|---|
| Insert | 0 | Insert the membership object if it doesn't exist. |
| Update | 1 | Update the membership object if it already exists. |
| InsertAndUpdate | 2 | Insert the membership object if it doesn't exist; update it if it already exists. |
See Also