다음을 통해 공유


DataMigrationSqlDatabaseFileType Struct

Definition

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.

Applies to