Udostępnij za pośrednictwem


SyncMemberDbType Struct

Definition

Type of the sync agent linked database.

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

Constructors

SyncMemberDbType(String)

Initializes a new instance of SyncMemberDbType.

Properties

AzureSqlDatabase

AzureSqlDatabase.

SqlServerDatabase

SqlServerDatabase.

Methods

Equals(SyncMemberDbType)

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

Determines if two SyncMemberDbType values are the same.

Implicit(String to SyncMemberDbType)

Converts a string to a SyncMemberDbType.

Inequality(SyncMemberDbType, SyncMemberDbType)

Determines if two SyncMemberDbType values are not the same.

Applies to