共用方式為


IDTSExternalMetadataColumn100.IdentificationString 屬性

Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property IdentificationString As String 
    Get
'用途
Dim instance As IDTSExternalMetadataColumn100 
Dim value As String 

value = instance.IdentificationString
string IdentificationString { get; }
property String^ IdentificationString {
    String^ get ();
}
abstract IdentificationString : string
function get IdentificationString () : String

屬性值

型別:System.String
The String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.

備註

The string contains the DataType, Name, and ID properties of the column.

請參閱

參考

IDTSExternalMetadataColumn100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間