ITransferSqlServerObjectsTask.TablesList Property

Definition

Gets or sets the list of tables to transfer.

public:
 property System::Collections::Specialized::StringCollection ^ TablesList { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
public System.Collections.Specialized.StringCollection TablesList { get; set; }
member this.TablesList : System.Collections.Specialized.StringCollection with get, set
Public Property TablesList As StringCollection

Property Value

The list of tables to transfer.

Applies to