DacExtractionException クラス

The DacExtractionException class is a an exception that is raised when an error occurs during extraction of a DAC package.

継承階層

  
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Dac.DacException
        Microsoft.SqlServer.Management.Dac.DacExtractionException

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

<> _
Public NotInheritable Class DacExtractionException _
    Inherits DacException
'使用

Dim instance As DacExtractionException
[]
public sealed class DacExtractionException : DacException
[]
public ref class DacExtractionException sealed : public DacException
[<>]
[<>]
type DacExtractionException =  
    class
        inherit DacException
    end
public final class DacExtractionException extends DacException

DacExtractionException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DacExtractionException(String) Initializes a new instance of the DacExtractionException class that has the specified message text.
パブリック メソッド DacExtractionException(String, Exception) Initializes a new instance of the DacExtractionException class that has the specified message text and inner exception.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DacExceptionType Gets the type of the exception. (DacException から継承されています。)
パブリック プロパティ ( から継承されています。)
パブリック プロパティ HelpLink Gets a string with the URL help link that further explains the exception. (DacException から継承されています。)
プロテクト プロパティ ( から継承されています。)
パブリック プロパティ ( から継承されています。)
パブリック プロパティ ( から継承されています。)
パブリック プロパティ ( から継承されています。)
パブリック プロパティ ( から継承されています。)
パブリック プロパティ ( から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド Init Initializes provider properties. (DacException から継承されています。)
プロテクト メソッド ( から継承されています。)
プロテクト メソッド SetHelpContext Sets the help context for the help link. (DacException から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

説明

By using the DacExtractionException class you can do the following:

  • Handle errors generated by the DAC namespace during extraction.

  • Determine the cause of the error.

Thread Safety

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間

その他の技術情報

SMO 例外の処理