다음을 통해 공유


FlatFileColumn.ID 속성

Returns the unique ID assigned to the column. This property is read-only.

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

구문

‘선언
Public ReadOnly Property ID As String 
    Get
‘사용 방법
Dim instance As FlatFileColumn 
Dim value As String 

value = instance.ID
public string ID { get; }
public:
virtual property String^ ID {
    String^ get () sealed;
}
abstract ID : string 
override ID : string
final function get ID () : String

속성 값

유형: System.String
A String that contains a GUID.

구현

IDTSName.ID

참고 항목

참조

FlatFileColumn 클래스

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