SqlDayOfWeek 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.
Day of maintenance window.
public readonly struct SqlDayOfWeek : IEquatable<Azure.ResourceManager.Sql.Models.SqlDayOfWeek>
type SqlDayOfWeek = struct
Public Structure SqlDayOfWeek
Implements IEquatable(Of SqlDayOfWeek)
- Inheritance
-
SqlDayOfWeek
- Implements
Constructors
SqlDayOfWeek(String) |
Initializes a new instance of SqlDayOfWeek. |
Properties
Friday |
Friday. |
Monday |
Monday. |
Saturday |
Saturday. |
Sunday |
Sunday. |
Thursday |
Thursday. |
Tuesday |
Tuesday. |
Wednesday |
Wednesday. |
Methods
Equals(SqlDayOfWeek) |
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
Equality(SqlDayOfWeek, SqlDayOfWeek) |
Determines if two SqlDayOfWeek values are the same. |
Implicit(String to SqlDayOfWeek) |
Converts a string to a SqlDayOfWeek. |
Inequality(SqlDayOfWeek, SqlDayOfWeek) |
Determines if two SqlDayOfWeek values are not the same. |
Applies to
Azure SDK for .NET