共用方式為


ManagedHelper.ManagedPropertyHelper 類別

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
'用途
Dim instance As ManagedHelper.ManagedPropertyHelper
[GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[GuidAttribute(L"6C030BD5-CA90-4727-8C3B-241D91CB2768")]
[ComVisibleAttribute(true)]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<GuidAttribute("6C030BD5-CA90-4727-8C3B-241D91CB2768")>]
[<ComVisibleAttribute(true)>]
type ManagedPropertyHelper =  
    class
        interface IDTSManagedPropertyHelper100
    end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..ManagedHelper..::..ManagedPropertyHelper

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。