DtsCouldNotCreateManagedConnectionException クラス

定義

マネージド接続を作成できなかったことを示す例外です。 このクラスは継承できません。

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

プロパティ

ErrorCode

適切な例外クラスを作成するエラー コードを取得します。 このフィールドは読み取り専用です。

(継承元 DtsException)

適用対象