다음을 통해 공유


IDTSPath100.ID 속성

Gets or sets the ID of an IDTSPath100 object.

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

구문

‘선언
Property ID As Integer 
    Get 
    Set
‘사용 방법
Dim instance As IDTSPath100 
Dim value As Integer 

value = instance.ID

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

속성 값

유형: System.Int32
The unique integer ID of the IDTSPath100 object.

주의

The ID property uniquely identifies the path from other objects in the layout of the data flow task. It is assigned by the data flow engine during creation of the path, and is treated as a read-only property.

참고 항목

참조

IDTSPath100 인터페이스

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