Класс MissingServerPermissionsForRePartException

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

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    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)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class MissingServerPermissionsForRePartException _
    Inherits DeploymentValidationException
'Применение
Dim instance As MissingServerPermissionsForRePartException
[SerializableAttribute]
public sealed class MissingServerPermissionsForRePartException : DeploymentValidationException
[SerializableAttribute]
public ref class MissingServerPermissionsForRePartException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
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.)
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink Gets a string with the URL help link that further explains the exception. (Производный от 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 Initializes provider properties. (Производный от DacException.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetHelpContext Sets the help context for the help link. (Производный от DacException.)
Открытый метод ToString (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.