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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。