Compartilhar via


Propriedade do RDL IDTSInputColumnCachedInfo100.CachedLength

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the cached length.

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

Sintaxe

'Declaração
Property CachedLength As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The cached length.

Consulte também

Referência

IDTSInputColumnCachedInfo100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper