IDTSComponentMetaData100.ContactInfo Propiedad

Definición

Obtiene o establece la información de contacto del desarrollador de software de un 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 de propiedad

Información de contacto del componente.

Atributos

Comentarios

se ContactInfo muestra en SQL Server Data Tools (SSDT) cuando el diseñador de flujo de datos no puede cargar o inicializar el componente.

Se aplica a