Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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