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


Конструктор PipelineComponentHResultException (Int32)

Initializes a new instance of the PipelineComponentHResultException class.

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

Синтаксис

'Декларация
Public Sub New ( _
    code As Integer _
)
'Применение
Dim code As Integer

Dim instance As New PipelineComponentHResultException(code)
public PipelineComponentHResultException(
    int code
)
public:
PipelineComponentHResultException(
    int code
)
new : 
        code:int -> PipelineComponentHResultException
public function PipelineComponentHResultException(
    code : int
)

Параметры