Struttura DTS_MANAGED_INFO

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies a data managed information structure.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")> _
Public Structure DTS_MANAGED_INFO
'Utilizzo
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 supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.

Nel tipo DTS_MANAGED_INFO sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da ValueType.
Metodo pubblico GetHashCode Ereditato da ValueType.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da ValueType.

In alto

Campi

  Nome Descrizione
Campo pubblico bstrClassID Infrastruttura. Specifies the bstrClassID information.
Campo pubblico bstrContactInfo Infrastruttura. Specifies the bstrContactInfo.
Campo pubblico bstrDescription Infrastruttura. Specifies the bstrDescription information.
Campo pubblico bstrFileName Infrastruttura. Specifies the bstrFileName information.
Campo pubblico bstrFileNameVersionString Infrastruttura. Specifies the bstrFileNameVersionString information.
Campo pubblico bstrHelpCollection Infrastruttura. Specifies the bstrHelpCollection information.
Campo pubblico bstrHelpKeyword Infrastruttura. Specifies the bstrHelpKeyword information.
Campo pubblico bstrIconFile Infrastruttura. Specifies the bstrIconFile information.
Campo pubblico bstrIconResource Infrastruttura. Specifies the bstrIconResource information.
Campo pubblico bstrName Infrastruttura. Specifies the bstrName information.
Campo pubblico bstrObjectType Infrastruttura. Specifies the bstrObjectType information.
Campo pubblico bstrSamplesTag Infrastruttura. Specifies the bstrSamplesTag information.
Campo pubblico bstrShapeProgId Infrastruttura. Specifies the bstrShapeProgId information.
Campo pubblico bstrUITypeName Infrastruttura. Specifies the bstrUITypeName information.
Campo pubblico lNoEditor Infrastruttura. Specifies the lNoEditor information.
Campo pubblico mitType Infrastruttura. Specifies the mitType information.
Campo pubblico pctType Infrastruttura. Specifies the pctType information.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper