DTSFileConnectionUsageType Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides information about how a connection is used by a component client.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSFCU_CREATEFILE | Creates a file. The option creates the file only if it does not already exist. | |
| DTSFCU_CREATEFOLDER | Creates a folder. | |
| DTSFCU_FILEEXISTS | The file exists. | |
| DTSFCU_FOLDEREXISTS | The folder exists. |
For more information, see DTSFileConnectionUsageType.
Show: