IDTSInputColumnCachedInfo100.CachedLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property int CachedLength { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(136)]
public int CachedLength { [System.Runtime.InteropServices.DispId(136)] get; [System.Runtime.InteropServices.DispId(136)] set; }
[<System.Runtime.InteropServices.DispId(136)>]
[<get: System.Runtime.InteropServices.DispId(136)>]
[<set: System.Runtime.InteropServices.DispId(136)>]
member this.CachedLength : int with get, set
Public Property CachedLength As Integer
Property Value
The cached length.
- Attributes