TransferSqlServerObjectsTask.ViewsList Propiedad
Gets or sets a StringCollection listing the views to transfer when CopyAllViews is false.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado: Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxis
'Declaración
Public Property ViewsList As StringCollection
Get
Set
'Uso
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.ViewsList
instance.ViewsList = value
public StringCollection ViewsList { get; set; }
public:
virtual property StringCollection^ ViewsList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
abstract ViewsList : StringCollection with get, set
override ViewsList : StringCollection with get, set
final function get ViewsList () : StringCollection
final function set ViewsList (value : StringCollection)
Valor de la propiedad
Tipo: System.Collections.Specialized.StringCollection
A StringCollection that lists the views to transfer.
Implementa
ITransferSqlServerObjectsTask.ViewsList
Comentarios
The default value is an empty list.
Vea también
Referencia
TransferSqlServerObjectsTask Clase
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask