Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a StringCollection listing the views to transfer when CopyAllViews is false.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Public Property ViewsList As StringCollection
Get
Set
'Usage
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)
Property Value
Type: System.Collections.Specialized.StringCollection
A StringCollection that lists the views to transfer.
Implements
ITransferSqlServerObjectsTask.ViewsList
Remarks
The default value is an empty list.
See Also
Reference
TransferSqlServerObjectsTask Class
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace