语言

IDTSComponentMetaData100.IdentificationString 属性

定义

获得一个唯一标识组件的字符串。

public:
 property System::String ^ IdentificationString { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(15)]
public string IdentificationString { [System.Runtime.InteropServices.DispId(15)] get; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
member this.IdentificationString : string
Public ReadOnly Property IdentificationString As String

属性值

一个唯一标识组件元数据的字符串。

实现

属性

注解

IdentificationString 连接字符串,包含元数据对象的 、 ObjectTypeNameID 属性。

适用于