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.