IDTSHttpClientConnection100.ChunkSize 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the value that indicates the minimum number of bytes to retrieve from or send to the server during a read/write operation.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Property ChunkSize As Integer
Get
Set
'用途
Dim instance As IDTSHttpClientConnection100
Dim value As Integer
value = instance.ChunkSize
instance.ChunkSize = value
int ChunkSize { get; set; }
property int ChunkSize {
int get ();
void set (int value);
}
abstract ChunkSize : int with get, set
function get ChunkSize () : int
function set ChunkSize (value : int)
屬性值
型別:System.Int32
The minimum number of bytes to retrieve or send.