Public Enum IndexStyle Inherits System.Enum
Dim instance As IndexStyle
public enum IndexStyle : System.Enum
public enum class IndexStyle : public System.Enum
Public Enum IndexStyle Inherits System.Enum
Dim instance As IndexStyle
public enum IndexStyle : System.Enum
public enum class IndexStyle : public System.Enum
Member | Description |
---|---|
NonUnique | Inserting an object with the same value is allowed |
Unique | Inserting an object with same value will cause a Unique violation |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NinjaDatabasePro.IndexStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2