Megosztás a következőn keresztül:


DatabaseFileType Struct

Definition

An enumeration of SQL Server database file types.

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

Constructors

DatabaseFileType(String)

Initializes a new instance of DatabaseFileType.

Properties

Filestream

Filestream.

Fulltext

Fulltext.

Log

Log.

NotSupported

NotSupported.

Rows

Rows.

Methods

Equals(DatabaseFileType)

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

Determines if two DatabaseFileType values are the same.

Implicit(String to DatabaseFileType)

Converts a string to a DatabaseFileType.

Inequality(DatabaseFileType, DatabaseFileType)

Determines if two DatabaseFileType values are not the same.

Applies to