Перечисление DTSFileConnectionUsageType
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides information about how a connection is used by a component client.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSFileConnectionUsageType
'Применение
Dim instance As DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
public enum class DTSFileConnectionUsageType
type DTSFileConnectionUsageType
public enum DTSFileConnectionUsageType
Элементы
Имя элемента | Описание | |
---|---|---|
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. |
Замечания
For more information, see DTSFileConnectionUsageType.