Właściwość Transfer.ObjectList
Pobiera lub ustawia obiektów skopiowane ze źródło do obiekt docelowy w operacji transferu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)
Składnia
'Deklaracja
Public Property ObjectList As ArrayList
Get
Set
'Użycie
Dim instance As Transfer
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)
Wartość właściwości
Typ: System.Collections.ArrayList
ArrayList Wartość obiektu systemu, który określa obiekty mają być kopiowane w operacji transferu.