IDTSComponentMetaData100.ContactInfo 属性

定义

获取或设置组件开发人员的联系信息。

public:
 property System::String ^ ContactInfo { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(133)]
public string ContactInfo { [System.Runtime.InteropServices.DispId(133)] get; [System.Runtime.InteropServices.DispId(133)] set; }
[<System.Runtime.InteropServices.DispId(133)>]
[<get: System.Runtime.InteropServices.DispId(133)>]
[<set: System.Runtime.InteropServices.DispId(133)>]
member this.ContactInfo : string with get, set
Public Property ContactInfo As String

属性值

组件的联系信息。

属性

注解

ContactInfo数据流设计器无法加载或初始化组件时,SQL Server Data Tools (SSDT) 中显示。

适用于