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 命名空间