Partager via


Propriété IDTSLookupDesign100.CacheRowSize

Gets the size of the cache row.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property CacheRowSize As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
The cache row size.

Voir aussi

Référence

IDTSLookupDesign100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper