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.