获取流缓冲区的大小。
命名空间: System.Data.Services.Providers
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
ReadOnly Property StreamBufferSize As Integer
Get
用法
Dim instance As IDataServiceStreamProvider
Dim value As Integer
value = instance.StreamBufferSize
int StreamBufferSize { get; }
property int StreamBufferSize {
int get ();
}
abstract StreamBufferSize : int
function get StreamBufferSize () : int
属性值
类型:System.Int32
整数,表示缓冲区的大小。
注释
默认缓存区大小为 64K 字节。