共用方式為


IDTSLookupDesign100.CacheRowSize 屬性

Gets the size of the cache row.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property CacheRowSize As Integer 
    Get
'用途
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

屬性值

型別:System.Int32
The cache row size.

請參閱

參考

IDTSLookupDesign100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間