Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see ConnectionManagerExcelClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property ExcelVersionNumber As DTSExcelVersion
Get
Set
'Usage
Dim instance As IDTSConnectionManagerExcel100
Dim value As DTSExcelVersion
value = instance.ExcelVersionNumber
instance.ExcelVersionNumber = value
DTSExcelVersion ExcelVersionNumber { get; set; }
property DTSExcelVersion ExcelVersionNumber {
DTSExcelVersion get ();
void set (DTSExcelVersion value);
}
abstract ExcelVersionNumber : DTSExcelVersion with get, set
function get ExcelVersionNumber () : DTSExcelVersion
function set ExcelVersionNumber (value : DTSExcelVersion)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExcelVersion