Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NSqlServerCheckConstraint Class / IsNotForReplication Property


In This Topic
    IsNotForReplication Property
    In This Topic
    Is not for replication.
    Syntax
    'Declaration
     
    
    Public Property IsNotForReplication As System.Boolean
    'Usage
     
    
    Dim instance As NSqlServerCheckConstraint
    Dim value As System.Boolean
     
    instance.IsNotForReplication = value
     
    value = instance.IsNotForReplication
    public System.bool IsNotForReplication {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also