IDTSLookupDesign100.CacheRowSize Property
Gets the size of the cache row.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
ReadOnly Property CacheRowSize As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The cache row size.