Partager via


Propriété TransferBase.PrefetchObjects

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property PrefetchObjects As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

TransferBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo