Partager via


Propriété ViewsList

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly :  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Syntaxe

'Déclaration
Public Property ViewsList As StringCollection
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

ITransferSqlServerObjectsTask. . :: . .ViewsList

Notes

The default value is an empty list.