Поделиться через


Структура DTS_MANAGED_INFO

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Specifies a data managed information structure.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("E2B2ED59-EBCD-40AB-8C8D-4E22424F3AB9")> _
Public Structure DTS_MANAGED_INFO
'Применение
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 поддерживает использование структур, но не объявление новых.

Тип DTS_MANAGED_INFO обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Производный от ValueType.)
Открытый метод GetHashCode (Производный от ValueType.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от ValueType.)

В начало

Поля

  Имя Описание
Открытое поле bstrClassID Инфраструктура. Specifies the bstrClassID information.
Открытое поле bstrContactInfo Инфраструктура. Specifies the bstrContactInfo.
Открытое поле bstrDescription Инфраструктура. Specifies the bstrDescription information.
Открытое поле bstrFileName Инфраструктура. Specifies the bstrFileName information.
Открытое поле bstrFileNameVersionString Инфраструктура. Specifies the bstrFileNameVersionString information.
Открытое поле bstrHelpCollection Инфраструктура. Specifies the bstrHelpCollection information.
Открытое поле bstrHelpKeyword Инфраструктура. Specifies the bstrHelpKeyword information.
Открытое поле bstrIconFile Инфраструктура. Specifies the bstrIconFile information.
Открытое поле bstrIconResource Инфраструктура. Specifies the bstrIconResource information.
Открытое поле bstrName Инфраструктура. Specifies the bstrName information.
Открытое поле bstrObjectType Инфраструктура. Specifies the bstrObjectType information.
Открытое поле bstrSamplesTag Инфраструктура. Specifies the bstrSamplesTag information.
Открытое поле bstrShapeProgId Инфраструктура. Specifies the bstrShapeProgId information.
Открытое поле bstrUITypeName Инфраструктура. Specifies the bstrUITypeName information.
Открытое поле lNoEditor Инфраструктура. Specifies the lNoEditor information.
Открытое поле mitType Инфраструктура. Specifies the mitType information.
Открытое поле pctType Инфраструктура. Specifies the pctType information.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper