DTSFileConnectionUsageType Énumération
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.
Fournit des informations sur l'utilisation d'une connexion par un client composant.
public enum class DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
type DTSFileConnectionUsageType =
Public Enum DTSFileConnectionUsageType
- Héritage
-
DTSFileConnectionUsageType
Champs
DTSFCU_CREATEFILE | 1 | Crée un fichier. L'option crée le fichier uniquement s'il n'existe pas. |
DTSFCU_CREATEFOLDER | 3 | Crée un dossier. |
DTSFCU_FILEEXISTS | 0 | Le fichier existe. |
DTSFCU_FOLDEREXISTS | 2 | Le dossier existe. |
Remarques
Pour plus d’informations, consultez DTSFileConnectionUsageType.