MaximumWidth Propiedad
Gets or sets the maximum number of bytes to be read from the buffer.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Property MaximumWidth As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Int32
An Integer that contains the maximum number of bytes to be read from the buffer.
Notas
Specify 0 for no limit.
Vea también