Dela via


ITransferSqlServerObjectsTask.SchemasList 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 SchemasList As StringCollection
    Get
    Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.SchemasList

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