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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET