DTSFileConnectionUsageType Enum

Definition

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

DTSFCU_CREATEFILE 1

Creates a file. The option creates the file only if it does not already exist.

DTSFCU_CREATEFOLDER 3

Creates a folder.

DTSFCU_FILEEXISTS 0

The file exists.

DTSFCU_FOLDEREXISTS 2

The folder exists.

Remarks

For more information, see DTSFileConnectionUsageType.

Applies to