Proprietà TransferSqlServerObjectsTask.ViewsList

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintassi

'Dichiarazione
Public Property ViewsList As StringCollection 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

ITransferSqlServerObjectsTask.ViewsList

Osservazioni

The default value is an empty list.

Vedere anche

Riferimento

TransferSqlServerObjectsTask Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask