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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间