Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that determines how the component handles truncations that occur while processing rows from a PipelineBuffer.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property TruncationRowDisposition As DTSRowDisposition
Get
Set
'Usage
Dim instance As IDTSInput100
Dim value As DTSRowDisposition
value = instance.TruncationRowDisposition
instance.TruncationRowDisposition = value
DTSRowDisposition TruncationRowDisposition { get; set; }
property DTSRowDisposition TruncationRowDisposition {
DTSRowDisposition get ();
void set (DTSRowDisposition value);
}
abstract TruncationRowDisposition : DTSRowDisposition with get, set
function get TruncationRowDisposition () : DTSRowDisposition
function set TruncationRowDisposition (value : DTSRowDisposition)
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition
A value from the DTSRowDisposition enumeration.
Remarks
This property controls how a component proceeds at run time when processing of a column contained in a PipelineBuffer results in the column data being truncated. When RD_RedirectRow is specified, the row is sent to the error output of the component.