Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.
Espacio de nombres: Microsoft.SqlServer.Dts.Design
Ensamblado: Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Sintaxis
'Declaración
ReadOnly Property SubComponent As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String containing the submodule that is the source of the error.