IDTSCustomProperty100.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

属性值

唯一标识 IDTSCustomProperty100 对象的 字符串

实现

属性

注解

IdentificationString 属性唯一标识自定义属性,由 ObjectType、Name 和 ID 属性串联组成。

适用于