Share via


DTS_MANAGED_INFO Structure

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies a data managed information structure.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")> _
Public Structure DTS_MANAGED_INFO
'Usage
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 suports the use of structures, but not the declaration of new ones.

The DTS_MANAGED_INFO type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field bstrClassID Infrastructure. Specifies the bstrClassID information.
Public field bstrContactInfo Infrastructure. Specifies the bstrContactInfo.
Public field bstrDescription Infrastructure. Specifies the bstrDescription information.
Public field bstrFileName Infrastructure. Specifies the bstrFileName information.
Public field bstrFileNameVersionString Infrastructure. Specifies the bstrFileNameVersionString information.
Public field bstrHelpCollection Infrastructure. Specifies the bstrHelpCollection information.
Public field bstrHelpKeyword Infrastructure. Specifies the bstrHelpKeyword information.
Public field bstrIconFile Infrastructure. Specifies the bstrIconFile information.
Public field bstrIconResource Infrastructure. Specifies the bstrIconResource information.
Public field bstrName Infrastructure. Specifies the bstrName information.
Public field bstrObjectType Infrastructure. Specifies the bstrObjectType information.
Public field bstrSamplesTag Infrastructure. Specifies the bstrSamplesTag information.
Public field bstrShapeProgId Infrastructure. Specifies the bstrShapeProgId information.
Public field bstrUITypeName Infrastructure. Specifies the bstrUITypeName information.
Public field lNoEditor Infrastructure. Specifies the lNoEditor information.
Public field mitType Infrastructure. Specifies the mitType information.
Public field pctType Infrastructure. Specifies the pctType information.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace