FlatFileColumn.MaximumWidth 屬性
Gets or sets the maximum number of bytes to be read from the buffer.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Property MaximumWidth As Integer
Get
Set
'用途
Dim instance As FlatFileColumn
Dim value As Integer
value = instance.MaximumWidth
instance.MaximumWidth = value
public int MaximumWidth { get; set; }
public:
property int MaximumWidth {
int get ();
void set (int value);
}
member MaximumWidth : int with get, set
function get MaximumWidth () : int
function set MaximumWidth (value : int)
屬性值
型別:System.Int32
An Integer that contains the maximum number of bytes to be read from the buffer.
備註
Specify 0 for no limit.