Condividi tramite


Proprietà SqlTableMigrationStep.SourceTable

Ottiene la tabella di origine da cui vengono spostati i dati.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SourceTable As ISqlTable
    Get
public ISqlTable SourceTable { get; }
public:
property ISqlTable^ SourceTable {
    ISqlTable^ get ();
}
member SourceTable : ISqlTable
function get SourceTable () : ISqlTable

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTable

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlTableMigrationStep Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build