IComponentErrorInfo.SourceComponent Property
Returns the name of the component where the error originated.
Spazio dei nomi: Microsoft.SqlServer.Dts.Design
Assembly : Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Sintassi
'Dichiarazione
ReadOnly Property SourceComponent As String
string SourceComponent { get; }
property String^ SourceComponent {
String^ get ();
}
/** @property */
String get_SourceComponent ()
function get SourceComponent () : String
Valore proprietà
A String containing the name of the component.
Osservazioni
The IComponent interface for the component is found in the Component property.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IComponentErrorInfo Interface
IComponentErrorInfo Members
Microsoft.SqlServer.Dts.Design Namespace