DTSExcelVersion 列舉型別
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
This enumeration maps the Extended Properties from the connection string in an OLEDB provider to the correct version of the Excel connection manager. For more information, see ConnectionManagerExcelClass.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Enumeration DTSExcelVersion
'用途
Dim instance As DTSExcelVersion
public enum DTSExcelVersion
public enum class DTSExcelVersion
type DTSExcelVersion
public enum DTSExcelVersion
成員
成員名稱 | 描述 | |
---|---|---|
DTSExcelVer_3 | Uses Excel Version 3.0. | |
DTSExcelVer_4 | Uses Excel Version 4.0. | |
DTSExcelVer_5 | Uses Excel Version 5.0. | |
DTSExcelVer_8 | Uses Excel 97 through Excel 2000. | |
DTSExcelVer_2007 | Uses Excel 2007. |