ScriptComponentHost.SetOutputColumnDataTypeProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- outputID
- Int32
- outputColumnID
- Int32
- dataType
- DataType
- length
- Int32
- precision
- Int32
- scale
- Int32
- codePage
- Int32