Właściwość TransferSqlServerObjectsTask.ViewsList
Pobiera lub ustawia Element StringCollection wyświetlanie widoków podczas transferu CopyAllViews jest false.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Public Property ViewsList As StringCollection
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , zawiera listę widoków do transferu.
Implementacje
Uwagi
Wartością domyślną jest pustą listę.