หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the target table object
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property TargetTable As TSqlObject
Get
'Usage
Dim instance As SqlTableMigrationStep
Dim value As TSqlObject
value = instance.TargetTable
public TSqlObject TargetTable { get; }
public:
property TSqlObject^ TargetTable {
TSqlObject^ get ();
}
member TargetTable : TSqlObject
function get TargetTable () : TSqlObject
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlObject