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
)
參數
- code
型別:System. . :: . .Int32
The COM hresult returned by the underlying COM exception.