DataMigrationSqlSourcePlatform 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.
An enumeration of source platform types.
public readonly struct DataMigrationSqlSourcePlatform : IEquatable<Azure.ResourceManager.DataMigration.Models.DataMigrationSqlSourcePlatform>
type DataMigrationSqlSourcePlatform = struct
Public Structure DataMigrationSqlSourcePlatform
Implements IEquatable(Of DataMigrationSqlSourcePlatform)
- Inheritance
-
DataMigrationSqlSourcePlatform
- Implements
Constructors
| Name | Description |
|---|---|
| DataMigrationSqlSourcePlatform(String) |
Initializes a new instance of DataMigrationSqlSourcePlatform. |
Properties
| Name | Description |
|---|---|
| SqlOnPrem |
SqlOnPrem. |
Methods
| Name | Description |
|---|---|
| Equals(DataMigrationSqlSourcePlatform) |
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(DataMigrationSqlSourcePlatform, DataMigrationSqlSourcePlatform) |
Determines if two DataMigrationSqlSourcePlatform values are the same. |
| Implicit(String to DataMigrationSqlSourcePlatform) |
Converts a String to a DataMigrationSqlSourcePlatform. |
| Inequality(DataMigrationSqlSourcePlatform, DataMigrationSqlSourcePlatform) |
Determines if two DataMigrationSqlSourcePlatform values are not the same. |