This document is archived and information here might be outdated. Recommended version. |
Array of column indices for retrieving source message field values for the destination message .
[Visual Basic .NET]
Public Property SourceColumnArray As Int32[]
[C#]
public Int32[] SourceColumnArray {get; set;}
[C++]
HRESULT get_SourceColumnArray(
SAFEARRAY(System.Int32)* pVal
);
[C++]
HRESULT put_SourceColumnArray(
SafeArray pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type SAFEARRAY(long)* pVal [in]
pVal is a parameter of type SAFEARRAY(long)