Udostępnij za pośrednictwem


IDTSInputColumnCachedInfo100.CachedLength Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the cached length.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property CachedLength As Integer 
    Get 
    Set
'Usage
Dim instance As IDTSInputColumnCachedInfo100 
Dim value As Integer 

value = instance.CachedLength

instance.CachedLength = value
int CachedLength { get; set; }
property int CachedLength {
    int get ();
    void set (int value);
}
abstract CachedLength : int with get, set
function get CachedLength () : int 
function set CachedLength (value : int)

Property Value

Type: System.Int32
The cached length.

See Also

Reference

IDTSInputColumnCachedInfo100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace