Partager via


Propriété SchemasList

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly :  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntaxe

'Déclaration
Property SchemasList As StringCollection
    Get
    Set
'Utilisation
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)