Share via


SqlDayOfWeek Struct

Definition

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