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 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)

属性值

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

示例

传输数据