Propriedade TruncationRowDisposition
Gets or sets a value from a DTSRowDisposition enumeration.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Property TruncationRowDisposition As DTSRowDisposition
Get
Set
'Uso
Dim instance As IDTSInputColumn100
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSRowDisposition
A value from the DTSRowDisposition enumeration.
Comentários
The TruncationRowDisposition property specifies the action that a component takes if the data of an input column is truncated while the component is processing the column.
If RD_RedirectRow has beens specified, the buffer row that contains the truncated input column is redirected to the error output by calling the DirectErrorRow method.
Consulte também