Proprietà BufferTempStoragePath
Gets or sets the file system path used to temporarily cache buffer data.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Property BufferTempStoragePath As String
Get
Set
'Utilizzo
Dim instance As IDTSPipeline100
Dim value As String
value = instance.BufferTempStoragePath
instance.BufferTempStoragePath = value
string BufferTempStoragePath { get; set; }
property String^ BufferTempStoragePath {
String^ get ();
void set (String^ value);
}
abstract BufferTempStoragePath : string with get, set
function get BufferTempStoragePath () : String
function set BufferTempStoragePath (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String that specifies the file system location used by the task to temporarily cache buffer data.
Osservazioni
This collection contains the data flow components that have been added to the task. Components are created and added to the collection by calling the New method.
For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see the section "Improving the Performance of the Data Flow Task" in Attività Flusso di dati.
Vedere anche