TransferBase.ObjectList 屬性
Gets or sets the objects copied from the source to destination in the transfer operation.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Property ObjectList As ArrayList
Get
Set
'用途
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)
屬性值
型別:System.Collections.ArrayList
The objects to be copied in the transfer operation.