Partager via


Propriété TransferBase.ObjectList

Gets or sets the objects copied from the source to destination in the transfer operation.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property ObjectList As ArrayList 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Collections.ArrayList
The objects to be copied in the transfer operation.

Voir aussi

Référence

TransferBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo