Поделиться через


Свойство ForEachEnumerator.Version

Returns the version number of the package. This property is read-only.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property Version As Integer 
    Get
'Применение
Dim instance As ForEachEnumerator 
Dim value As Integer 

value = instance.Version
public virtual int Version { get; }
public:
virtual property int Version {
    int get ();
}
abstract Version : int 
override Version : int
function get Version () : int

Значение свойства

Тип: System.Int32
An Integer that contains the package version number.

Замечания

The version in the package is reviewed, and if the version number is less than the current version in the runtime, the package XML is replaced with the new, updated package XML.

См. также

Справочник

ForEachEnumerator Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime