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.
public enum class DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
type DTSFileConnectionUsageType =
Public Enum DTSFileConnectionUsageType
- Inheritance
-
DTSFileConnectionUsageType
Fields
Name | Value | Description |
---|---|---|
DTSFCU_FILEEXISTS | 0 | |
DTSFCU_CREATEFILE | 1 | |
DTSFCU_FOLDEREXISTS | 2 | |
DTSFCU_CREATEFOLDER | 3 |