Share via


ImportTableSchemaInfo Constructors

Definition

Overloads

ImportTableSchemaInfo()
ImportTableSchemaInfo(Int32)
ImportTableSchemaInfo(IntPtr)

ImportTableSchemaInfo()

public:
 ImportTableSchemaInfo();
public ImportTableSchemaInfo ();
Public Sub New ()

Applies to

ImportTableSchemaInfo(Int32)

public:
 ImportTableSchemaInfo(int num1);
public ImportTableSchemaInfo (int num1);
new Dynamics.AX.Application.ImportTableSchemaInfo : int -> Dynamics.AX.Application.ImportTableSchemaInfo
Public Sub New (num1 As Integer)

Parameters

num1
Int32

Applies to

ImportTableSchemaInfo(IntPtr)

public:
 ImportTableSchemaInfo(IntPtr ptr1);
public ImportTableSchemaInfo (IntPtr ptr1);
new Dynamics.AX.Application.ImportTableSchemaInfo : nativeint -> Dynamics.AX.Application.ImportTableSchemaInfo
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to