Partager via


DatabaseTable Constructors

Definition

Overloads

DatabaseTable()

Initializes a new instance of the DatabaseTable class.

DatabaseTable(Nullable<Boolean>, String)

Initializes a new instance of the DatabaseTable class.

DatabaseTable()

Initializes a new instance of the DatabaseTable class.

public DatabaseTable ();
Public Sub New ()

Applies to

DatabaseTable(Nullable<Boolean>, String)

Initializes a new instance of the DatabaseTable class.

public DatabaseTable (bool? hasRows = default, string name = default);
new Microsoft.Azure.Management.DataMigration.Models.DatabaseTable : Nullable<bool> * string -> Microsoft.Azure.Management.DataMigration.Models.DatabaseTable
Public Sub New (Optional hasRows As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing)

Parameters

hasRows
Nullable<Boolean>

Indicates whether table is empty or not

name
String

Schema-qualified name of the table

Applies to