Compartir a través de


SchemasList Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

'Declaración
Property SchemasList As StringCollection
    Get
    Set
'Uso
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)