Compartilhar via


Propriedade do RDL TransferSqlServerObjectsTask.ViewsList

Gets or sets a StringCollection listing the views to transfer when CopyAllViews is false.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Collections.Specialized.StringCollection
A StringCollection that lists the views to transfer.

Implementa

ITransferSqlServerObjectsTask.ViewsList

Comentários

The default value is an empty list.

Consulte também

Referência

TransferSqlServerObjectsTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask