IDatabaseMigrationSqlDb.TableList 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.
List of tables to copy.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="List of tables to copy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tableList")]
public string[] TableList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="List of tables to copy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="tableList")>]
member this.TableList : string[] with get, set
Public Property TableList As String()
Property Value
String[]
- Attributes