Свойство TransferSqlServerObjectsTask.SchemasList
Gets or sets a StringCollection containing the list of schemas to transfer from the source database to the destination database when CopyAllSchemas is false.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Сборка: Microsoft.SqlServer.TransferSqlServerObjectsTask (в Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Синтаксис
'Декларация
Public Property SchemasList As StringCollection
Get
Set
'Применение
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.SchemasList
instance.SchemasList = value
public StringCollection SchemasList { get; set; }
public:
virtual property StringCollection^ SchemasList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
abstract SchemasList : StringCollection with get, set
override SchemasList : StringCollection with get, set
final function get SchemasList () : StringCollection
final function set SchemasList (value : StringCollection)
Значение свойства
Тип: System.Collections.Specialized.StringCollection
A StringCollection that lists the schemas to transfer.
Реализует
ITransferSqlServerObjectsTask.SchemasList
Замечания
The default value is an empty string collection.
См. также
Справочник
TransferSqlServerObjectsTask Класс
Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask