InvalidDatabaseExtractException クラス

The Microsoft.SqlServer.Management.Dac.DatabaseExtractException class is an exception that is raised when the database specified in an extract operation is invalid.

継承階層

  
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Dac.DacException
        Microsoft.SqlServer.Management.Dac.ExtractValidationException
          Microsoft.SqlServer.Management.Dac.InvalidDatabaseExtractException

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

構文

'宣言

<> _
Public NotInheritable Class InvalidDatabaseExtractException _
    Inherits ExtractValidationException
'使用

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

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

コンストラクター

  名前 説明
パブリック メソッド InvalidDatabaseExtractException(String) Initializes a new instance of the DacExtractionException class with the specified database name.
パブリック メソッド InvalidDatabaseExtractException(String, Exception) Initializes a new instance of the DacExtractionException class with the specified database name 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 から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間