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
| Name | Description |
|---|---|
| SyncMemberDbType(String) |
Initializes a new instance of SyncMemberDbType. |
Properties
| Name | Description |
|---|---|
| AzureSqlDatabase |
AzureSqlDatabase. |
| SqlServerDatabase |
SqlServerDatabase. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |