TransferBase.CopyExternalTables Property
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.
Sets or gets a value indicating whether external tables will be scripted. By default we don't script them in Transfer because we are unable to also script the correct credential secret to access the external data source. The UI will set this to true for Generate Scripts wizard.
public bool CopyExternalTables { get; set; }
member this.CopyExternalTables : bool with get, set
Public Property CopyExternalTables As Boolean