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_STR、DT_TEXT、DT_WSTR、および DT_BYTES の各データ型に適用されます。
MaxLength が超過すると、PipelineBuffer は DoesNotFitBufferException をスローします。