Compartir a través de


IComponentErrorInfo.SourceComponent Propiedad

Returns the name of the component where the error originated.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
ReadOnly Property SourceComponent As String 
    Get
'Uso
Dim instance As IComponentErrorInfo 
Dim value As String 

value = instance.SourceComponent
string SourceComponent { get; }
property String^ SourceComponent {
    String^ get ();
}
abstract SourceComponent : string
function get SourceComponent () : String

Valor de la propiedad

Tipo: System.String
A String containing the name of the component.

Comentarios

The IComponent interface for the component is found in the Component property.

Vea también

Referencia

IComponentErrorInfo Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Design