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 | |
---|---|---|
Equals | Ereditato da ValueType. | |
GetHashCode | Ereditato da ValueType. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
bstrClassID | Infrastruttura. Specifies the bstrClassID information. | |
bstrContactInfo | Infrastruttura. Specifies the bstrContactInfo. | |
bstrDescription | Infrastruttura. Specifies the bstrDescription information. | |
bstrFileName | Infrastruttura. Specifies the bstrFileName information. | |
bstrFileNameVersionString | Infrastruttura. Specifies the bstrFileNameVersionString information. | |
bstrHelpCollection | Infrastruttura. Specifies the bstrHelpCollection information. | |
bstrHelpKeyword | Infrastruttura. Specifies the bstrHelpKeyword information. | |
bstrIconFile | Infrastruttura. Specifies the bstrIconFile information. | |
bstrIconResource | Infrastruttura. Specifies the bstrIconResource information. | |
bstrName | Infrastruttura. Specifies the bstrName information. | |
bstrObjectType | Infrastruttura. Specifies the bstrObjectType information. | |
bstrSamplesTag | Infrastruttura. Specifies the bstrSamplesTag information. | |
bstrShapeProgId | Infrastruttura. Specifies the bstrShapeProgId information. | |
bstrUITypeName | Infrastruttura. Specifies the bstrUITypeName information. | |
lNoEditor | Infrastruttura. Specifies the lNoEditor information. | |
mitType | Infrastruttura. Specifies the mitType information. | |
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.