Класс ObjectDroppedEventArgs
The ObjectDroppedEventArgs object represents the arguments that are passed by the event that is raised when an object is dropped.
Иерархия наследования
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Smo. . :: . .SmoEventArgs
Microsoft.SqlServer.Management.Smo..::..ObjectDroppedEventArgs
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Class ObjectDroppedEventArgs _
Inherits SmoEventArgs
'Применение
Dim instance As ObjectDroppedEventArgs
public class ObjectDroppedEventArgs : SmoEventArgs
public ref class ObjectDroppedEventArgs : public SmoEventArgs
type ObjectDroppedEventArgs =
class
inherit SmoEventArgs
end
public class ObjectDroppedEventArgs extends SmoEventArgs
Тип ObjectDroppedEventArgs обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ObjectDroppedEventArgs | Initializes a new instance of the ObjectDroppedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Urn | Gets the Uniform Resource Name (URN) address of SMO event. (Производный от SmoEventArgs.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.