Freigeben über


DTSFileConnectionUsageType-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Elemente

Elementname Beschreibung
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.

Hinweise

For more information, see DTSFileConnectionUsageType.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace