Partager via


Interface IDTSError100

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see DtsError.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")> _
Public Interface IDTSError100
'Utilisation
Dim instance As IDTSError100
[GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")]
public interface IDTSError100
[GuidAttribute(L"2219DEA4-2436-4E49-BA72-97E8BFE217BF")]
public interface class IDTSError100
[<GuidAttribute("2219DEA4-2436-4E49-BA72-97E8BFE217BF")>]
type IDTSError100 =  interface end
public interface IDTSError100

Le type IDTSError100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Description Infrastructure. For more information, see DtsError.
Propriété publique ErrorCode Infrastructure. For more information, see DtsError.
Propriété publique HelpContext Infrastructure. For more information, see DtsError.
Propriété publique HelpFile Infrastructure. For more information, see DtsError.
Propriété publique IDOfInterfaceWithError Infrastructure. For more information, see DtsError.
Propriété publique Source Infrastructure. For more information, see DtsError.
Propriété publique SourceID Infrastructure. For more information, see DtsError.
Propriété publique SubComponent Infrastructure. For more information, see DtsError.
Propriété publique TimeStamp Infrastructure. For more information, see DtsError.

Haut de la page