GetPropertyValue 方法
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Function GetPropertyValue ( _
o As Object, _
index As Integer _
) As Object
用法
Dim instance As ManagedHelper..::..ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(o, _
index)
public Object GetPropertyValue(
Object o,
int index
)
public:
virtual Object^ GetPropertyValue(
Object^ o,
int index
) sealed
abstract GetPropertyValue :
o:Object *
index:int -> Object
override GetPropertyValue :
o:Object *
index:int -> Object
public final function GetPropertyValue(
o : Object,
index : int
) : Object
返回值
类型:System. . :: . .Object
An object.
实现
IDTSManagedPropertyHelper100. . :: . .GetPropertyValue(Object, Int32)