SyncGroupSchemaTableColumn 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
SyncGroupSchemaTableColumn() |
Initializes a new instance of the SyncGroupSchemaTableColumn class. |
SyncGroupSchemaTableColumn(String, String, String) |
Initializes a new instance of the SyncGroupSchemaTableColumn class. |
SyncGroupSchemaTableColumn()
Initializes a new instance of the SyncGroupSchemaTableColumn class.
public SyncGroupSchemaTableColumn ();
Public Sub New ()
Applies to
SyncGroupSchemaTableColumn(String, String, String)
Initializes a new instance of the SyncGroupSchemaTableColumn class.
public SyncGroupSchemaTableColumn (string quotedName = default, string dataSize = default, string dataType = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTableColumn : string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTableColumn
Public Sub New (Optional quotedName As String = Nothing, Optional dataSize As String = Nothing, Optional dataType As String = Nothing)
Parameters
- quotedName
- String
Quoted name of sync group table column.
- dataSize
- String
Data size of the column.
- dataType
- String
Data type of the column.
Applies to
Azure SDK for .NET