Compartilhar via


Propriedade do RDL ObjectList

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property ObjectList As ArrayList
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Collections. . :: . .ArrayList
An ArrayList system object value that specifies the objects to be copied in the transfer operation.