SqlTableMigrationStep.SourceTable Property
Gets the source table object
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property SourceTable As TSqlObject
Get
'Usage
Dim instance As SqlTableMigrationStep
Dim value As TSqlObject
value = instance.SourceTable
public TSqlObject SourceTable { get; }
public:
property TSqlObject^ SourceTable {
TSqlObject^ get ();
}
member SourceTable : TSqlObject
function get SourceTable () : TSqlObject
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlObject