PipelineComponentHResultException Constructor (Int32)

Initializes a new instance of the PipelineComponentHResultException class.

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

Синтаксис

'Декларация
Public Sub New ( _
    code As Integer _
)
public PipelineComponentHResultException (
    int code
)
public:
PipelineComponentHResultException (
    int code
)
public PipelineComponentHResultException (
    int code
)
public function PipelineComponentHResultException (
    code : int
)

Параметры

  • code
    The COM hresult returned by the underlying COM exception.

Платформы

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

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

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

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

См. также

Справочник

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