MissingDacSchemaException クラス

The MissingDacSchemaException class is an exception that is raised during validation when the DAC schema is missing.

継承階層

  
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Dac.DacException
        Microsoft.SqlServer.Management.Dac.DeploymentValidationException
          Microsoft.SqlServer.Management.Dac.MissingDacSchemaException

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

構文

'宣言

<> _
Public NotInheritable Class MissingDacSchemaException _
    Inherits DeploymentValidationException
'使用

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

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

コンストラクター

  名前 説明
パブリック メソッド MissingDacSchemaException() Initializes a new, default instance of the MissingDacSchemaException class.
パブリック メソッド MissingDacSchemaException(Exception) Initializes a new instance of the MissingDacSchemaException class with the specified 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 名前空間