Nevron Open Vision Documentation
Nevron.Nov.Data.DBModel Namespace / NSqlServerPrimaryKey Class
Members


In This Topic
    NSqlServerPrimaryKey Class
    In This Topic
    Represents a Sql Server Primary key constraint.
    Object Model
    NSqlServerPrimaryKey Class
    Syntax
    'Declaration
     
    
    Public Class NSqlServerPrimaryKey 
       Inherits NPrimaryKeyConstraint
    'Usage
     
    
    Dim instance As NSqlServerPrimaryKey
    public class NSqlServerPrimaryKey : NPrimaryKeyConstraint 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.DBModel.NDatabaseObject
          Nevron.Nov.Data.DBModel.NTableConstraint
             Nevron.Nov.Data.DBModel.NPrimaryKeyConstraint
                Nevron.Nov.Data.DBModel.NSqlServerPrimaryKey
                   Nevron.Nov.Data.DBModel.NSqlServerUniqueConstraint

    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