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 an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
ReadOnly Property SubComponent As String
Get
'Usage
Dim instance As IComponentErrorInfo
Dim value As String
value = instance.SubComponent
string SubComponent { get; }
property String^ SubComponent {
String^ get ();
}
abstract SubComponent : string
function get SubComponent () : String
Eigenschaftswert
Typ: System.String
A String containing the submodule that is the source of the error.