Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a list of views to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntax
'Declaration
Property ViewsList As StringCollection
Get
Set
'Usage
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.ViewsList
instance.ViewsList = value
StringCollection ViewsList { get; set; }
property StringCollection^ ViewsList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract ViewsList : StringCollection with get, set
function get ViewsList () : StringCollection
function set ViewsList (value : StringCollection)
Property Value
Type: System.Collections.Specialized.StringCollection
A list of views to transfer.
See Also
Reference
ITransferSqlServerObjectsTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask Namespace