DTSConfigurationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class DTSConfigurationType
public enum DTSConfigurationType
type DTSConfigurationType =
Public Enum DTSConfigurationType
- 繼承
-
DTSConfigurationType
欄位
| DTSCT_CONFIGFILE | 1 | |
| DTSCT_ENVVARIABLE | 2 | |
| DTSCT_ICONFIGFILE | 5 | |
| DTSCT_IINIFILE | 10 | |
| DTSCT_INIFILE | 8 | |
| DTSCT_IPARENTVARIABLE | 4 | |
| DTSCT_IREGENTRY | 6 | |
| DTSCT_ISQLSERVER | 9 | |
| DTSCT_PARENTVARIABLE | 0 | |
| DTSCT_REGENTRY | 3 | |
| DTSCT_SQLSERVER | 7 |
備註
如需詳細資訊,請參閱DTSConfigurationType。