ImportTableSchemaInfo 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
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