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
Public property Name Gets the name of the event property.
Public property Value Gets the value of the event property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

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.