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 命名空間