dotConnect for DB2 Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioningType Enumeration

In This Topic
    SyncScopeProvisioningType Enumeration
    In This Topic
    Defines the kind of provisioning.
    Syntax
    'Declaration
     
    Public Enum SyncScopeProvisioningType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum SyncScopeProvisioningType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    ScopeScope provisioning. After a scope is provisioned, the database can be synchronized for the specified scope.
    TemplateTemplate provisioning. After a template is provisioned, synchronization scopes can be created based on the template.
    Remarks

    Note: This class is not available in .NET Standard compatible assemblies. It is available only in the assembly for full .NET Framework.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Synchronization.SyncScopeProvisioningType

    See Also