Класс InvalidSmoOperationException
The InvalidSmoOperationException class represents the exception raised when an SMO operation is not valid.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Smo. . :: . .SmoException
Microsoft.SqlServer.Management.Smo..::..InvalidSmoOperationException
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class InvalidSmoOperationException _
Inherits SmoException
'Применение
Dim instance As InvalidSmoOperationException
[SerializableAttribute]
public sealed class InvalidSmoOperationException : SmoException
[SerializableAttribute]
public ref class InvalidSmoOperationException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidSmoOperationException =
class
inherit SmoException
end
public final class InvalidSmoOperationException extends SmoException
Тип InvalidSmoOperationException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
InvalidSmoOperationException() () () () | Initializes a new instance of the InvalidSmoOperationException class. | |
InvalidSmoOperationException(String) | Initializes a new instance of the InvalidSmoOperationException class with the specified message. | |
InvalidSmoOperationException(String, SqlSmoState) | Initializes a new instance of the InvalidSmoOperationException class with the specified message and SMO state. | |
InvalidSmoOperationException(String, Exception) | Initializes a new instance of the InvalidSmoOperationException class with the specified message and inner exception. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Производный от SmoException.) | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | Gets the message associated with the Invalid SMO Operation exception. (Переопределяет Exception. . :: . .Message.) | |
SmoExceptionType | Gets the type of the SMO exception. (Переопределяет SmoException. . :: . .SmoExceptionType.) | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Populates a SerializationInfo object with the data needed to serialize the target object. (Переопределяет Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Производный от Exception.) | |
MemberwiseClone | (Производный от Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Производный от SmoException.) | |
ToString | (Производный от Exception.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.