Bagikan melalui


SchemaMigrationOption Struct

Definition

Option for how schema is extracted and applied to target.

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

Constructors

SchemaMigrationOption(String)

Initializes a new instance of SchemaMigrationOption.

Properties

ExtractFromSource

ExtractFromSource.

None

None.

UseStorageFile

UseStorageFile.

Methods

Equals(SchemaMigrationOption)

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

Determines if two SchemaMigrationOption values are the same.

Implicit(String to SchemaMigrationOption)

Converts a string to a SchemaMigrationOption.

Inequality(SchemaMigrationOption, SchemaMigrationOption)

Determines if two SchemaMigrationOption values are not the same.

Applies to