Share via


IDTSComponentMetaData100.ContactInfo Propriedade

Definição

Obtém ou define as informações de contato do desenvolvedor de um componente.

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

Valor da propriedade

As informações de contato do componente.

Atributos

Comentários

O ContactInfo valor é mostrado em SQL Server Data Tools (SSDT) quando o designer de fluxo de dados não consegue carregar ou inicializar o componente.

Aplica-se a