다음을 통해 공유


MaximumWidth 속성

Gets or sets the maximum number of bytes to be read from the buffer.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
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.