Estrutura DTS_MANAGED_INFO
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies a data managed information structure.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")> _
Public Structure DTS_MANAGED_INFO
'Uso
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 dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo DTS_MANAGED_INFO expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
bstrClassID | Infraestrutura. Specifies the bstrClassID information. | |
bstrContactInfo | Infraestrutura. Specifies the bstrContactInfo. | |
bstrDescription | Infraestrutura. Specifies the bstrDescription information. | |
bstrFileName | Infraestrutura. Specifies the bstrFileName information. | |
bstrFileNameVersionString | Infraestrutura. Specifies the bstrFileNameVersionString information. | |
bstrHelpCollection | Infraestrutura. Specifies the bstrHelpCollection information. | |
bstrHelpKeyword | Infraestrutura. Specifies the bstrHelpKeyword information. | |
bstrIconFile | Infraestrutura. Specifies the bstrIconFile information. | |
bstrIconResource | Infraestrutura. Specifies the bstrIconResource information. | |
bstrName | Infraestrutura. Specifies the bstrName information. | |
bstrObjectType | Infraestrutura. Specifies the bstrObjectType information. | |
bstrSamplesTag | Infraestrutura. Specifies the bstrSamplesTag information. | |
bstrShapeProgId | Infraestrutura. Specifies the bstrShapeProgId information. | |
bstrUITypeName | Infraestrutura. Specifies the bstrUITypeName information. | |
lNoEditor | Infraestrutura. Specifies the lNoEditor information. | |
mitType | Infraestrutura. Specifies the mitType information. | |
pctType | Infraestrutura. Specifies the pctType information. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.