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.