SyncGroupSchemaTable 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
SyncGroupSchemaTable() |
Initializes a new instance of the SyncGroupSchemaTable class. |
SyncGroupSchemaTable(IList<SyncGroupSchemaTableColumn>, String) |
Initializes a new instance of the SyncGroupSchemaTable class. |
SyncGroupSchemaTable()
Initializes a new instance of the SyncGroupSchemaTable class.
public SyncGroupSchemaTable ();
Public Sub New ()
Applies to
SyncGroupSchemaTable(IList<SyncGroupSchemaTableColumn>, String)
Initializes a new instance of the SyncGroupSchemaTable class.
public SyncGroupSchemaTable (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTableColumn> columns = default, string quotedName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTable : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTableColumn> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTable
Public Sub New (Optional columns As IList(Of SyncGroupSchemaTableColumn) = Nothing, Optional quotedName As String = Nothing)
Parameters
- columns
- IList<SyncGroupSchemaTableColumn>
List of columns in sync group schema.
- quotedName
- String
Quoted name of sync group schema table.
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