Перечисление DTSExcelVersion
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
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_2007 | Uses Excel 2007. | |
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. |