MainPipeClass.BufferTempStoragePath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
virtual property System::String ^ BufferTempStoragePath { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(122)]
public virtual string BufferTempStoragePath { [System.Runtime.InteropServices.DispId(122)] get; [System.Runtime.InteropServices.DispId(122)] set; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
[<set: System.Runtime.InteropServices.DispId(122)>]
member this.BufferTempStoragePath : string with get, set
Public Overridable Property BufferTempStoragePath As String
Valeur de propriété
Une chaîne qui spécifie l’emplacement du système de fichiers utilisé par la tâche pour mettre temporairement en cache les données du tampon.
Implémente
- Attributs
Remarques
Vous pouvez spécifier plusieurs répertoires en séparant leurs noms par un point-virgule. Par défaut, le répertoire spécifié par la variable d’environnement TEMP est utilisé.
Pour une brève discussion de cette propriété et des propriétés associées pouvant être utilisées pour optimiser la performance de la tâche Data Flow, voir Data Flow Performance Features.