MissingServerPermissionsException クラス

The MissingServerPermissionsException class represents an exception that is raised when the caller has insufficient permissions on the server to deploy the DAC.

継承階層

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

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

構文

'宣言

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

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

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

コンストラクター

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