次の方法で共有


MissingDacSchemaException クラス

MissingDacSchemaException クラスは、検証中に DAC スキーマが存在しないと発生する例外です。

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

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class MissingDacSchemaException _
    Inherits DeploymentValidationException
'使用
Dim instance As MissingDacSchemaException
[SerializableAttribute]
public sealed class MissingDacSchemaException : DeploymentValidationException
[SerializableAttribute]
public ref class MissingDacSchemaException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingDacSchemaException =  
    class
        inherit DeploymentValidationException
    end
public final class MissingDacSchemaException extends DeploymentValidationException

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

コンストラクター

  名前 説明
パブリック メソッド MissingDacSchemaException() () () () MissingDacSchemaException クラスの新しい既定のインスタンスを初期化します。
パブリック メソッド MissingDacSchemaException(Exception) 指定された内部例外を使用して、MissingDacSchemaException クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DacExceptionType 例外の種類を取得します。 (DacException から継承されています。)
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ HelpLink 例外の詳細についての URL ヘルプ リンクを表す文字列を取得します。 (DacException から継承されています。)
プロテクト プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (Exception から継承されています。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData (Exception から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
プロテクト メソッド Init プロバイダーのプロパティを初期化します。 (DacException から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
プロテクト メソッド SetHelpContext ヘルプ リンクのヘルプ コンテキストを設定します。 (DacException から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

スレッド セーフ

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