次の方法で共有


MaxLength フィールド

PipelineBuffer 列に収まる文字または数字の最大数を示します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

'宣言
Public MaxLength As Integer
'使用
Dim instance As BufferColumn
Dim value As Integer

value = instance.MaxLength

instance.MaxLength = value
public int MaxLength
public:
int MaxLength
val mutable MaxLength: int
public var MaxLength : int

説明

MaxLength フィールドは、DT_STRDT_TEXTDT_WSTR、および DT_BYTES の各データ型に適用されます。

MaxLength が超過すると、PipelineBufferDoesNotFitBufferException をスローします。