DTSFileConnectionUsageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about how a connection is used by a component client.
public enum class DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
type DTSFileConnectionUsageType =
Public Enum DTSFileConnectionUsageType
- Inheritance
-
DTSFileConnectionUsageType
Fields
Name | Value | Description |
---|---|---|
DTSFCU_FILEEXISTS | 0 | The file exists. |
DTSFCU_CREATEFILE | 1 | Creates a file. The option creates the file only if it does not already exist. |
DTSFCU_FOLDEREXISTS | 2 | The folder exists. |
DTSFCU_CREATEFOLDER | 3 | Creates a folder. |
Remarks
For more information, see DTSFileConnectionUsageType.