EventProperty Class
The EventProperty class represents a property of an event.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.EventProperty
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class EventProperty
'Usage
Dim instance As EventProperty
public sealed class EventProperty
public ref class EventProperty sealed
[<SealedAttribute>]
type EventProperty = class end
public final class EventProperty
The EventProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the event property. | |
Value | Gets the value of the event property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Examples
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.