Compartilhar via


Propriedade do RDL IDTSLookupDesign100.CacheRowSize

Gets the size of the cache row.

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

Sintaxe

'Declaração
ReadOnly Property CacheRowSize As Integer 
    Get
'Uso
Dim instance As IDTSLookupDesign100 
Dim value As Integer 

value = instance.CacheRowSize
int CacheRowSize { get; }
property int CacheRowSize {
    int get ();
}
abstract CacheRowSize : int
function get CacheRowSize () : int

Valor da propriedade

Tipo: System.Int32
The cache row size.

Consulte também

Referência

IDTSLookupDesign100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper