Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of bytes to be read from the buffer.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property MaximumWidth As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An Integer that contains the maximum number of bytes to be read from the buffer.
Remarks
Specify 0 for no limit.