DtsPipelineComponentAttribute.CurrentVersion 속성

Gets or sets the version of the component.

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

구문

‘선언
Public Property CurrentVersion As Integer 
    Get 
    Set
‘사용 방법
Dim instance As DtsPipelineComponentAttribute 
Dim value As Integer 

value = instance.CurrentVersion

instance.CurrentVersion = value
public int CurrentVersion { get; set; }
public:
property int CurrentVersion {
    int get ();
    void set (int value);
}
member CurrentVersion : int with get, set
function get CurrentVersion () : int 
function set CurrentVersion (value : int)

속성 값

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

주의

This property identifies the version of the component. Its primary use is to trigger an update of the component to a newer version. It is used in conjunction with the PerformUpgrade method.

참고 항목

참조

DtsPipelineComponentAttribute 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스