RecurrenceFrequency Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates possible frequency option for the schedule trigger.
public readonly struct RecurrenceFrequency : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.RecurrenceFrequency>
type RecurrenceFrequency = struct
Public Structure RecurrenceFrequency
Implements IEquatable(Of RecurrenceFrequency)
- Inheritance
-
RecurrenceFrequency
- Implements
Constructors
| Name | Description |
|---|---|
| RecurrenceFrequency(String) |
Initializes a new instance of RecurrenceFrequency. |
Properties
| Name | Description |
|---|---|
| Day |
Day. |
| Hour |
Hour. |
| Minute |
Minute. |
| Month |
Month. |
| NotSpecified |
NotSpecified. |
| Week |
Week. |
| Year |
Year. |
Methods
| Name | Description |
|---|---|
| Equals(RecurrenceFrequency) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RecurrenceFrequency, RecurrenceFrequency) |
Determines if two RecurrenceFrequency values are the same. |
| Implicit(String to RecurrenceFrequency) |
Converts a String to a RecurrenceFrequency. |
| Inequality(RecurrenceFrequency, RecurrenceFrequency) |
Determines if two RecurrenceFrequency values are not the same. |