ImportTableSchemaInfo.addColumnInfo(String, Types, Int32, Int32) Method
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.
public:
virtual int addColumnInfo(System::String ^ _szColName, Microsoft::Dynamics::Ax::Xpp::Types _eColType, int _eColRole, int _lColOrd);
public virtual int addColumnInfo (string _szColName, Microsoft.Dynamics.Ax.Xpp.Types _eColType, int _eColRole, int _lColOrd);
abstract member addColumnInfo : string * Microsoft.Dynamics.Ax.Xpp.Types * int * int -> int
override this.addColumnInfo : string * Microsoft.Dynamics.Ax.Xpp.Types * int * int -> int
Public Overridable Function addColumnInfo (_szColName As String, _eColType As Types, _eColRole As Integer, _lColOrd As Integer) As Integer
Parameters
- _szColName
- String
- _eColType
- Types
- _eColRole
- Int32
- _lColOrd
- Int32