ScriptComponentHost.SetOutputColumnDataTypeProperties Method

Definition

public:
 override void SetOutputColumnDataTypeProperties(int outputID, int outputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dataType, int length, int precision, int scale, int codePage);
public override void SetOutputColumnDataTypeProperties (int outputID, int outputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dataType, int length, int precision, int scale, int codePage);
override this.SetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Overrides Sub SetOutputColumnDataTypeProperties (outputID As Integer, outputColumnID As Integer, dataType As DataType, length As Integer, precision As Integer, scale As Integer, codePage As Integer)

Parameters

outputID
Int32
outputColumnID
Int32
dataType
DataType
length
Int32
precision
Int32
scale
Int32
codePage
Int32

Applies to