Estrutura DTS_MANAGED_PROPERTY
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies an enumeration of managed data property.
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.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
bGet | Infraestrutura. The managed bGet property. | |
bSensitive | Infraestrutura. The managed bSensitive property. | |
bSet | Infraestrutura. The managed bSet property. | |
bstrConnectionType | Infraestrutura. The managed bstrConnectionType property. | |
bstrName | Infraestrutura. The managed bstrName property. | |
bstrTypeConverter | Infraestrutura. The managed bstrTypeConverter property. | |
bstrUITypeEditor | Infraestrutura. The managed bstrUITypeEditor property. | |
ePropertyKind | Infraestrutura. The managed ePropertyKind property. | |
Index | Infraestrutura. The managed Index property. | |
vtTYPE | Infraestrutura. The managed vtTYPE property. | |
vValue | Infraestrutura. The managed vValue property. |
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.