Compartir a través de


IDTSLookupDesign100.CacheRowSize Propiedad

Gets the size of the cache row.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int32
The cache row size.

Vea también

Referencia

IDTSLookupDesign100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper