Partager via


Structure DTS_MANAGED_INFO

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

Specifies a data managed information structure.

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

Syntaxe

'Déclaration
<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")> _
Public Structure DTS_MANAGED_INFO
'Utilisation
Dim instance As DTS_MANAGED_INFO
[GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")]
public struct DTS_MANAGED_INFO
[GuidAttribute(L"E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")]
public value class DTS_MANAGED_INFO
[<SealedAttribute>]
[<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")>]
type DTS_MANAGED_INFO =  struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.

Le type DTS_MANAGED_INFO expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de ValueType.)
Méthode publique GetHashCode (hérité de ValueType.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de ValueType.)

Haut de la page

Champs

  Nom Description
Champ public bstrClassID Infrastructure. Specifies the bstrClassID information.
Champ public bstrContactInfo Infrastructure. Specifies the bstrContactInfo.
Champ public bstrDescription Infrastructure. Specifies the bstrDescription information.
Champ public bstrFileName Infrastructure. Specifies the bstrFileName information.
Champ public bstrFileNameVersionString Infrastructure. Specifies the bstrFileNameVersionString information.
Champ public bstrHelpCollection Infrastructure. Specifies the bstrHelpCollection information.
Champ public bstrHelpKeyword Infrastructure. Specifies the bstrHelpKeyword information.
Champ public bstrIconFile Infrastructure. Specifies the bstrIconFile information.
Champ public bstrIconResource Infrastructure. Specifies the bstrIconResource information.
Champ public bstrName Infrastructure. Specifies the bstrName information.
Champ public bstrObjectType Infrastructure. Specifies the bstrObjectType information.
Champ public bstrSamplesTag Infrastructure. Specifies the bstrSamplesTag information.
Champ public bstrShapeProgId Infrastructure. Specifies the bstrShapeProgId information.
Champ public bstrUITypeName Infrastructure. Specifies the bstrUITypeName information.
Champ public lNoEditor Infrastructure. Specifies the lNoEditor information.
Champ public mitType Infrastructure. Specifies the mitType information.
Champ public pctType Infrastructure. Specifies the pctType information.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper