ScriptComponentHost.SetOutputColumnDataTypeProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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