Click or drag to resize
BCSBatchOperation Properties

The BCSBatchOperation type exposes the following members.

Properties
  NameDescription
Public propertyArgument Obsolete.
Gets the collection of named properties stored during a batch operation.
Public propertyArguments
Gets the collection of named properties stored during a batch operation.
Public propertyBatchIndex
Gets the offset in the batch operation.
Public propertyBatchSize
Gets the number of items the batch operation is performed on.
Public propertyCountFailed
Gets the number of operations in the batch that failed.
Public propertyCountSucceeded
Gets the number of operations in the batch that succeeded.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyIsFirstInBatch
Gets a value indicating whether the current item is the first in the batch operation.
Public propertyIsLastInBatch
Gets a value indicating whether the current item the last in the batch operation.
Public propertyItem
Gets or sets the named property stored during a batch operation.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
See Also