Bagikan melalui


DTSFileConnectionUsageType Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Provides information about how a connection is used by a component client.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSFileConnectionUsageType
'Usage
Dim instance As DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
public enum class DTSFileConnectionUsageType
type DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType

Members

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.

Remarks

For more information, see DTSFileConnectionUsageType.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace