Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the number of bytes to store in memory before writing to a temporary file.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
<DispIdAttribute(102)> _
Property SpoolThreshold As Integer
[DispIdAttribute(102)]
int SpoolThreshold { get; set; }
[DispIdAttribute(102)]
property int SpoolThreshold {
int get ();
void set ([InAttribute] int plSpoolThreshold);
}
/** @property */
/** @attribute DispIdAttribute(102) */
int get_SpoolThreshold ()
/** @property */
/** @attribute DispIdAttribute(102) */
void set_SpoolThreshold (/** @attribute InAttribute() */ int plSpoolThreshold)
DispIdAttribute(102)
function get SpoolThreshold () : int
DispIdAttribute(102)
function set SpoolThreshold (plSpoolThreshold : int)
Valeur de propriété
An Integer that indicates how many bytes are stored in memory before writing to a temporary file.
Notes
When the number of bytes written in memory equals the SpoolThreshold, the IDTSBLOBObject90 begins writing to a temporary file on the disk. This property cannot be changed after bytes have been added to the object.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSBLOBObject90 Interface
IDTSBLOBObject90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace