다음을 통해 공유


Version 속성

Gets or sets the version of a component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property Version As Integer
    Get
    Set
‘사용 방법
Dim instance As IDTSComponentMetaData100
Dim value As Integer

value = instance.Version

instance.Version = value
int Version { get; set; }
property int Version {
    int get ();
    void set (int value);
}
abstract Version : int with get, set
function get Version () : int
function set Version (value : int)

속성 값

유형: System. . :: . .Int32
An Integer that contains the version number of the component.

주의

When a component is loaded, the version stored in the package XML is checked against the version specified by the component on the computer. If the version on the local computer is later, the PerformUpgrade method is called on the component.