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 命名空间