ITransferSqlServerObjectsTask.TablesList Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntax

'Declaration
Property TablesList As StringCollection
    Get
    Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.TablesList

instance.TablesList = value
StringCollection TablesList { get; set; }
property StringCollection^ TablesList {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
abstract TablesList : StringCollection with get, set
function get TablesList () : StringCollection
function set TablesList (value : StringCollection)