Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
bstrClassID | Infrastructure. Specifies the bstrClassID information. |
![]() |
bstrContactInfo | Infrastructure. Specifies the bstrContactInfo. |
![]() |
bstrDescription | Infrastructure. Specifies the bstrDescription information. |
![]() |
bstrFileName | Infrastructure. Specifies the bstrFileName information. |
![]() |
bstrFileNameVersionString | Infrastructure. Specifies the bstrFileNameVersionString information. |
![]() |
bstrHelpCollection | Infrastructure. Specifies the bstrHelpCollection information. |
![]() |
bstrHelpKeyword | Infrastructure. Specifies the bstrHelpKeyword information. |
![]() |
bstrIconFile | Infrastructure. Specifies the bstrIconFile information. |
![]() |
bstrIconResource | Infrastructure. Specifies the bstrIconResource information. |
![]() |
bstrName | Infrastructure. Specifies the bstrName information. |
![]() |
bstrObjectType | Infrastructure. Specifies the bstrObjectType information. |
![]() |
bstrSamplesTag | Infrastructure. Specifies the bstrSamplesTag information. |
![]() |
bstrShapeProgId | Infrastructure. Specifies the bstrShapeProgId information. |
![]() |
bstrUITypeName | Infrastructure. Specifies the bstrUITypeName information. |
![]() |
lNoEditor | Infrastructure. Specifies the lNoEditor information. |
![]() |
mitType | Infrastructure. Specifies the mitType information. |
![]() |
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.