AlertSchedule Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the schedule used to extract feed data.

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

System::Object
  AlertingWcfProxy::AlertSchedule

[SerializableAttribute]
[DataContractAttribute(Name = "AlertSchedule", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
public ref class AlertSchedule : IExtensibleDataObject, INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodAlertSchedule()

Initializes a new instance of the T:AlertingWcfProxy. AlertSchedule class.

NameDescription
System_CAPS_pubpropertyEndDate

Gets or sets the date time when the schedule stops executing.

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyName

Gets or sets the name of the alert schedule.

System_CAPS_pubpropertyRecurrenceInterval

Gets or sets the recurrence interval.

System_CAPS_pubpropertyRecurrenceType

Gets or sets the type of value for recurrence interval, for example minutes, hours, days.

System_CAPS_pubpropertyStartDate

Gets or sets the date time when the schedule starts executing.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Raises the PropertyChanged event for the specified property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: