LineNumberColumn Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the values of the LineNumberColumn column in the OperationErrors table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property LineNumberColumn As DataColumn
'Usage
Dim instance As OperationErrorsDataSet..::.OperationErrorsDataTable
Dim value As DataColumn
value = instance.LineNumberColumn
public DataColumn LineNumberColumn { get; }
public:
property DataColumn^ LineNumberColumn {
DataColumn^ get ();
}
public function get LineNumberColumn () : DataColumn
Property Value
Type: System.Data..::.DataColumn
A DataColumn containing the Line numbers used in the OperationErrorsDataSet..::.OperationErrorsDataTable.
Remarks
The DataColumn contains the Line numbers used in the OperationErrorsDataSet..::.OperationErrorsDataTable. The LineNumber indicate the line in the XML that was being processed when the failure was encountered.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OperationErrorsDataSet..::.OperationErrorsDataTable Class