SyncGroupSchema 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
SyncGroupSchema() |
Initializes a new instance of the SyncGroupSchema class. |
SyncGroupSchema(IList<SyncGroupSchemaTable>, String) |
Initializes a new instance of the SyncGroupSchema class. |
SyncGroupSchema()
Initializes a new instance of the SyncGroupSchema class.
public SyncGroupSchema ();
Public Sub New ()
Applies to
SyncGroupSchema(IList<SyncGroupSchemaTable>, String)
Initializes a new instance of the SyncGroupSchema class.
public SyncGroupSchema (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable> tables = default, string masterSyncMemberName = default);
new Microsoft.Azure.Management.Sql.Models.SyncGroupSchema : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable> * string -> Microsoft.Azure.Management.Sql.Models.SyncGroupSchema
Public Sub New (Optional tables As IList(Of SyncGroupSchemaTable) = Nothing, Optional masterSyncMemberName As String = Nothing)
Parameters
- tables
- IList<SyncGroupSchemaTable>
List of tables in sync group schema.
- masterSyncMemberName
- String
Name of master sync member where the schema is from.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET