다음을 통해 공유


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.

참고 항목

참조

FlatFileColumn 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스