Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the name of the component where the error originated.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
ReadOnly Property SourceComponent As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A String containing the name of the component.
Hinweise
The IComponent interface for the component is found in the Component property.