Partilhar via


Propriedade do RDL TransferBase.PrefetchObjects

Gets or sets a value that indicates whether to prefetch the objects before the transfer operation.

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

Sintaxe

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

Valor da propriedade

Tipo: System.Boolean
true if the objects are prefetched; otherwise, false.

Consulte também

Referência

TransferBase Classe

Namespace Microsoft.SqlServer.Management.Smo