Proprietà TransferBase.PrefetchObjects
Gets or sets a value that indicates whether to prefetch the objects before the transfer operation.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Property PrefetchObjects As Boolean
Get
Set
'Utilizzo
Dim instance As TransferBase
Dim value As Boolean
value = instance.PrefetchObjects
instance.PrefetchObjects = value
public bool PrefetchObjects { get; set; }
public:
property bool PrefetchObjects {
bool get ();
void set (bool value);
}
member PrefetchObjects : bool with get, set
function get PrefetchObjects () : boolean
function set PrefetchObjects (value : boolean)
Valore proprietà
Tipo: System.Boolean
true if the objects are prefetched; otherwise, false.