DtsNotAManagedEnumeratorException 类

定义

引发的异常用于指定枚举器不是托管枚举器。 此类不能被继承。

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

属性

ErrorCode

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

(继承自 DtsException)

适用于