Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the PipelineComponentHResultException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub New ( _
code As Integer _
)
'Usage
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
)
Parameters
- code
Type: System.Int32
The COM hresult returned by the underlying COM exception.
See Also
Reference
PipelineComponentHResultException Class