Sequence Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Sequence() | |
Sequence(IntPtr) | |
Sequence(String, Int32, Int64, Int64) | |
Sequence(String, Int32, Int64, Int64, Boolean) | |
Sequence(String, Int32, Int64, Int64, Boolean, Int64) |
Sequence()
public:
Sequence();
public Sequence ();
Public Sub New ()
Applies to
Sequence(IntPtr)
public:
Sequence(IntPtr ptr1);
public Sequence (IntPtr ptr1);
new Dynamics.AX.Application.Sequence : nativeint -> Dynamics.AX.Application.Sequence
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
Sequence(String, Int32, Int64, Int64)
public:
Sequence(System::String ^ text1, int num1, long num2, long num3);
public Sequence (string text1, int num1, long num2, long num3);
new Dynamics.AX.Application.Sequence : string * int * int64 * int64 -> Dynamics.AX.Application.Sequence
Public Sub New (text1 As String, num1 As Integer, num2 As Long, num3 As Long)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int64
- num3
- Int64
Applies to
Sequence(String, Int32, Int64, Int64, Boolean)
public:
Sequence(System::String ^ text1, int num1, long num2, long num3, bool flag1);
public Sequence (string text1, int num1, long num2, long num3, bool flag1);
new Dynamics.AX.Application.Sequence : string * int * int64 * int64 * bool -> Dynamics.AX.Application.Sequence
Public Sub New (text1 As String, num1 As Integer, num2 As Long, num3 As Long, flag1 As Boolean)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int64
- num3
- Int64
- flag1
- Boolean
Applies to
Sequence(String, Int32, Int64, Int64, Boolean, Int64)
public:
Sequence(System::String ^ text1, int num1, long num2, long num3, bool flag1, long num4);
public Sequence (string text1, int num1, long num2, long num3, bool flag1, long num4);
new Dynamics.AX.Application.Sequence : string * int * int64 * int64 * bool * int64 -> Dynamics.AX.Application.Sequence
Public Sub New (text1 As String, num1 As Integer, num2 As Long, num3 As Long, flag1 As Boolean, num4 As Long)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int64
- num3
- Int64
- flag1
- Boolean
- num4
- Int64