Freigeben über


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

Name Description
SchemaMigrationOption(String)

Initializes a new instance of SchemaMigrationOption.

Properties

Name Description
ExtractFromSource

ExtractFromSource.

None

None.

UseStorageFile

UseStorageFile.

Methods

Name Description
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

Name Description
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