PipelineComponentHResultException Class
Exception raised by the Script component when it encounters a COM exception.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Синтаксис
'Декларация
Public NotInheritable Class PipelineComponentHResultException
Inherits COMException
public sealed class PipelineComponentHResultException : COMException
public ref class PipelineComponentHResultException sealed : public COMException
public final class PipelineComponentHResultException extends COMException
public final class PipelineComponentHResultException extends COMException
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Runtime.InteropServices.COMException
Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException
Синхронизация потоков
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.
См. также
Справочник
PipelineComponentHResultException Members
Microsoft.SqlServer.Dts.Pipeline Namespace