IDTSComponentMetaData100.ContactInfo Propiedad

Definición

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

La información de contacto del componente.

Atributos

Comentarios

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

Se aplica a