ManagedHelper.ManagedPropertyHelper 类

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents the managed property header.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
<ComVisibleAttribute(True)> _
<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")> _
Public NotInheritable Class ManagedPropertyHelper _
    Implements IDTSManagedPropertyHelper100
用法
Dim instance As ManagedHelper.ManagedPropertyHelper
[ComVisibleAttribute(true)]
[GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public sealed class ManagedPropertyHelper : IDTSManagedPropertyHelper100
[ComVisibleAttribute(true)]
[GuidAttribute(L"AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")]
public ref class ManagedPropertyHelper sealed : IDTSManagedPropertyHelper100
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("AA742C98-F0DE-4770-8CF2-EAB3C79D7BC0")>]
type ManagedPropertyHelper =  
    class 
        interface IDTSManagedPropertyHelper100 
    end
public final class ManagedPropertyHelper implements IDTSManagedPropertyHelper100

ManagedHelper.ManagedPropertyHelper 类型公开以下成员。

构造函数

  名称 说明
公共方法 ManagedHelper.ManagedPropertyHelper 基础结构。Initializes a new instance of the ManagedHelper.ManagedPropertyHelper class.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetNextManagedProperty 基础结构。Gets the next managed property.
公共方法 GetPropertyValue 基础结构。Gets the property value.
公共方法 GetType (从 Object 继承。)
公共方法 ReflectOnObject 基础结构。Reflects the helper on object.
公共方法 SetPropertyValue 基础结构。Sets the property value associated with the helper.
公共方法 ToString (从 Object 继承。)

页首

线程安全

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

请参阅

参考

Microsoft.SqlServer.Dts.Runtime 命名空间