แชร์ผ่าน


Io.write(Object[]) Method

Definition

Writes values of a simple type.

public:
 virtual bool write(cli::array <System::Object ^> ^ _values);
[Microsoft.Dynamics.Ax.Xpp.VarArgs]
public virtual bool write (object[] _values);
[<Microsoft.Dynamics.Ax.Xpp.VarArgs>]
abstract member write : obj[] -> bool
override this.write : obj[] -> bool
Public Overridable Function write (_values As Object()) As Boolean

Parameters

_values
Object[]

The simple types are string, integer, real, enum, and date.

Returns

true if the write operation succeeds; otherwise false. If the write failed, the status method could be checked for the cause.

Attributes

Remarks

The method accepts a variable number of arguments. Each value specified is put into the output record as a field. The first argument as the first field, the second argument as the second field, and so on. The fields are separated with the field delimiter that is specified in the outFieldDelimiter method. Each record is separated by the outRecordDelimiter method. To write complete containers, use the writeExp method.

Applies to