Estrutura DTS_MANAGED_PROPERTY
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Structure DTS_MANAGED_PROPERTY
'Uso
Dim instance As DTS_MANAGED_PROPERTY
public struct DTS_MANAGED_PROPERTY
public value class DTS_MANAGED_PROPERTY
[<SealedAttribute>]
type DTS_MANAGED_PROPERTY = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo DTS_MANAGED_PROPERTY expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
bGet | Infraestrutura. | |
bSensitive | Infraestrutura. | |
bSet | Infraestrutura. | |
bstrConnectionType | Infraestrutura. | |
bstrName | Infraestrutura. | |
bstrTypeConverter | Infraestrutura. | |
bstrUITypeEditor | Infraestrutura. | |
ePropertyKind | Infraestrutura. | |
Index | Infraestrutura. | |
vtTYPE | Infraestrutura. | |
vValue | Infraestrutura. |
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.