Meta Data Services Programming
ReposProperty CurrentPosition Property
This property stores a position within a binary large object (BLOB) or large text field. It establishes a starting point anywhere within a BLOB or large text field for performing Read and Write operations without loading the BLOB or large text field in memory. You can set and retrieve this property.
This property is not attached to the default interface for the repository Automation object; it is attached to the IReposPropertyLarge interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Syntax
object.CurrentPosition
The CurrentPosition property syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a ReposProperty object |