Subscription.EventType Property

 

Applies To: SQL Server 2016 Preview

The type of event that triggers the subscription.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string EventType { get; set; }
public:
property String^ EventType {
    String^ get();
    void set(String^ value);
}
member EventType : string with get, set
Public Property EventType As String

Property Value

Type: System.String

A String value containing the type of event that triggers the subscription.

See Also

Subscription Class
ReportService2005 Namespace

Return to top