TransferSqlServerObjectsTask.ViewsList Property

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
public StringCollection ViewsList { get; set; }
public:
virtual property StringCollection^ ViewsList {
    StringCollection^ get () sealed;
    void set (StringCollection^ value) sealed;
}
/** @property */
public final StringCollection get_ViewsList ()

/** @property */
public final void set_ViewsList (StringCollection value)
public final function get ViewsList () : StringCollection

public final function set ViewsList (value : StringCollection)

Property Value

A StringCollection that lists the views to transfer.

Remarks

The default value is an empty list.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TransferSqlServerObjectsTask Class
TransferSqlServerObjectsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace