Freigeben über


SeedingModeType Struct

Definition

Database seeding mode – can be Automatic (default), or Manual for supported scenarios.

public readonly struct SeedingModeType : IEquatable<Azure.ResourceManager.Sql.Models.SeedingModeType>
type SeedingModeType = struct
Public Structure SeedingModeType
Implements IEquatable(Of SeedingModeType)
Inheritance
SeedingModeType
Implements

Constructors

Name Description
SeedingModeType(String)

Initializes a new instance of SeedingModeType.

Properties

Name Description
Automatic

Automatic.

Manual

Manual.

Methods

Name Description
Equals(SeedingModeType)

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(SeedingModeType, SeedingModeType)

Determines if two SeedingModeType values are the same.

Implicit(String to SeedingModeType)

Converts a String to a SeedingModeType.

Inequality(SeedingModeType, SeedingModeType)

Determines if two SeedingModeType values are not the same.

Applies to