Énumération DTSFileConnectionUsageType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Provides information about how a connection is used by a component client.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSFileConnectionUsageType
'Utilisation
Dim instance As DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
public enum class DTSFileConnectionUsageType
type DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
Membres
Nom de membre | 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. |
Notes
For more information, see DTSFileConnectionUsageType.