IDTSVirtualInput100.Description Propiedad

Definición

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

Valor de propiedad

Descripción del IDTSVirtualInput100 objeto.

Implementaciones

Atributos

Comentarios

La propiedad Description no se establece por el motor de flujo de datos para objetos de entrada virtuales. Los intentos de asignar un valor a esta propiedad resultan en un Microsoft. SqlServer.Dts.Runtime.HResults.DTS_E_FAIL excepción.

Se aplica a