Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the objects copied from the source to destination in the transfer operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property ObjectList As ArrayList
Get
Set
'Usage
Dim instance As TransferBase
Dim value As ArrayList
value = instance.ObjectList
instance.ObjectList = value
public ArrayList ObjectList { get; set; }
public:
property ArrayList^ ObjectList {
ArrayList^ get ();
void set (ArrayList^ value);
}
member ObjectList : ArrayList with get, set
function get ObjectList () : ArrayList
function set ObjectList (value : ArrayList)
Property Value
Type: System.Collections.ArrayList
The objects to be copied in the transfer operation.