Udostępnij przez


ScriptComponentHost.SetOutputColumnDataTypeProperties Method

This method supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Syntax

'Deklaracja
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 _
)
public override void SetOutputColumnDataTypeProperties (
    int outputID,
    int outputColumnID,
    DataType dataType,
    int length,
    int precision,
    int scale,
    int codePage
)
public:
virtual void SetOutputColumnDataTypeProperties (
    int outputID, 
    int outputColumnID, 
    DataType dataType, 
    int length, 
    int precision, 
    int scale, 
    int codePage
) override
public void SetOutputColumnDataTypeProperties (
    int outputID, 
    int outputColumnID, 
    DataType dataType, 
    int length, 
    int precision, 
    int scale, 
    int codePage
)
public override function SetOutputColumnDataTypeProperties (
    outputID : int, 
    outputColumnID : int, 
    dataType : DataType, 
    length : int, 
    precision : int, 
    scale : int, 
    codePage : int
)

Parameters

  • outputID
  • outputColumnID
  • dataType
  • length
  • precision
  • scale
  • codePage

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.