Compartilhar via


Enumeração DTSFileConnectionUsageType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Enumeration DTSFileConnectionUsageType
'Uso
Dim instance As DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
public enum class DTSFileConnectionUsageType
type DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType

Membros

Nome do membro Descrição
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.

Comentários

For more information, see DTSFileConnectionUsageType.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper