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 네임스페이스