DtsComException 类

定义

发生 COM 错误时 Integration Services 引发的异常。

public ref class DtsComException : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public class DtsComException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsComException = class
    inherit DtsException
Public Class DtsComException
Inherits DtsException
继承
DtsComException
属性

属性

ErrorCode

获取创建相应异常类的错误代码。 此字段为只读。

(继承自 DtsException)

适用于