Partager via


Propriété IComponentErrorInfo.SourceComponent

Returns the name of the component where the error originated.

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
ReadOnly Property SourceComponent As String 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

IComponentErrorInfo Interface

Espace de noms Microsoft.SqlServer.Dts.Design