Поделиться через


IDTSInputColumn100.TruncationRowDisposition Свойство

Определение

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition TruncationRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(130)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition TruncationRowDisposition { [System.Runtime.InteropServices.DispId(130)] get; [System.Runtime.InteropServices.DispId(130)] set; }
[<System.Runtime.InteropServices.DispId(130)>]
[<get: System.Runtime.InteropServices.DispId(130)>]
[<set: System.Runtime.InteropServices.DispId(130)>]
member this.TruncationRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition

Значение свойства

Значение из перечисления DTSRowDisposition.

Атрибуты

Комментарии

Свойство TruncationRowDisposition указывает действие, выполняемое компонентом при усечении данных входного столбца во время обработки этого столбца компонентом.

Если указан RD_RedirectRow, строка буфера, содержащая усеченный входной столбец, перенаправляется в выходные данные ошибки путем вызова метода DirectErrorRow.

Применяется к