Proprietà IDTSLookupDesign100.CacheRowSize

Gets the size of the cache row.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property CacheRowSize As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The cache row size.

Vedere anche

Riferimento

IDTSLookupDesign100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper