SyncMemberDbType 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.
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
Azure SDK for .NET