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