DataMigrationSqlDatabaseFileType 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 SQL Server database file types.
public readonly struct DataMigrationSqlDatabaseFileType : IEquatable<Azure.ResourceManager.DataMigration.Models.DataMigrationSqlDatabaseFileType>
type DataMigrationSqlDatabaseFileType = struct
Public Structure DataMigrationSqlDatabaseFileType
Implements IEquatable(Of DataMigrationSqlDatabaseFileType)
- Inheritance
-
DataMigrationSqlDatabaseFileType
- Implements
Constructors
| Name | Description |
|---|---|
| DataMigrationSqlDatabaseFileType(String) |
Initializes a new instance of DataMigrationSqlDatabaseFileType. |
Properties
| Name | Description |
|---|---|
| Filestream |
Filestream. |
| Fulltext |
Fulltext. |
| Log |
Log. |
| NotSupported |
NotSupported. |
| Rows |
Rows. |
Methods
| Name | Description |
|---|---|
| Equals(DataMigrationSqlDatabaseFileType) |
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(DataMigrationSqlDatabaseFileType, DataMigrationSqlDatabaseFileType) |
Determines if two DataMigrationSqlDatabaseFileType values are the same. |
| Implicit(String to DataMigrationSqlDatabaseFileType) |
Converts a String to a DataMigrationSqlDatabaseFileType. |
| Inequality(DataMigrationSqlDatabaseFileType, DataMigrationSqlDatabaseFileType) |
Determines if two DataMigrationSqlDatabaseFileType values are not the same. |