SyncMember Constructors
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.
Overloads
SyncMember() |
Initializes a new instance of the SyncMember class. |
SyncMember(SyncMemberProperties) |
Initializes a new instance of the SyncMember class with required arguments. |
SyncMember()
Initializes a new instance of the SyncMember class.
public SyncMember ();
Public Sub New ()
Applies to
SyncMember(SyncMemberProperties)
Initializes a new instance of the SyncMember class with required arguments.
public SyncMember (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMemberProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMember : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMemberProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncMember
Public Sub New (properties As SyncMemberProperties)
Parameters
- properties
- SyncMemberProperties