Поделиться через


ScriptComponentHost.SetOutputColumnDataTypeProperties Method

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

Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Синтаксис

'Декларация
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
)

Параметры

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ScriptComponentHost Class
ScriptComponentHost Members
Microsoft.SqlServer.Dts.Pipeline Namespace