IComponentErrorInfo.SubComponent 속성
Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)
구문
‘선언
ReadOnly Property SubComponent As String
Get
‘사용 방법
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
속성 값
유형: System.String
A String containing the submodule that is the source of the error.