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.