MissingServerPermissionsForRePartException クラス

The MissingServerPermissionsForRePartException class represents an exception that is raised when the caller does not have sufficient permissions

継承階層

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

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

構文

'宣言

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

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

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

コンストラクター

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