Estructura DTS_MANAGED_INFO
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies a data managed information structure.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<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 admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo DTS_MANAGED_INFO expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de ValueType.) | |
GetHashCode | (Se hereda de ValueType.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de ValueType.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
bstrClassID | Infraestructura. Specifies the bstrClassID information. | |
bstrContactInfo | Infraestructura. Specifies the bstrContactInfo. | |
bstrDescription | Infraestructura. Specifies the bstrDescription information. | |
bstrFileName | Infraestructura. Specifies the bstrFileName information. | |
bstrFileNameVersionString | Infraestructura. Specifies the bstrFileNameVersionString information. | |
bstrHelpCollection | Infraestructura. Specifies the bstrHelpCollection information. | |
bstrHelpKeyword | Infraestructura. Specifies the bstrHelpKeyword information. | |
bstrIconFile | Infraestructura. Specifies the bstrIconFile information. | |
bstrIconResource | Infraestructura. Specifies the bstrIconResource information. | |
bstrName | Infraestructura. Specifies the bstrName information. | |
bstrObjectType | Infraestructura. Specifies the bstrObjectType information. | |
bstrSamplesTag | Infraestructura. Specifies the bstrSamplesTag information. | |
bstrShapeProgId | Infraestructura. Specifies the bstrShapeProgId information. | |
bstrUITypeName | Infraestructura. Specifies the bstrUITypeName information. | |
lNoEditor | Infraestructura. Specifies the lNoEditor information. | |
mitType | Infraestructura. Specifies the mitType information. | |
pctType | Infraestructura. Specifies the pctType information. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.