DatabaseTable 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
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
- name
- String
Schema-qualified name of the table