Condividi tramite


Proprietà ITransferSqlServerObjectsTask.SchemasList

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the list of schemas to transfer.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintassi

'Dichiarazione
Property SchemasList As StringCollection 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Collections.Specialized.StringCollection
The list of schemas to transfer.

Vedere anche

Riferimento

ITransferSqlServerObjectsTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask