次の方法で共有


MissingServerPermissionsException クラス

MissingServerPermissionsException クラスは、呼び出し元が DAC を配置するための十分な権限をサーバーに対して持っていない場合に発生する例外を表します。

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

構文

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

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

コンストラクター

  名前 説明
パブリック メソッド MissingServerPermissionsException(String) 指定したエラー メッセージを使用して、MissingServerPermissionsException クラスの新しいインスタンスを初期化します。
パブリック メソッド MissingServerPermissionsException(String, Exception) 指定したエラー メッセージと内部例外を使用して、MissingServerPermissionsException クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ 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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。