Метод IDTSManagedPropertyHelper100.GetPropertyValue
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the property value.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function GetPropertyValue ( _
pObject As Object, _
Index As Integer _
) As Object
'Применение
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(pObject, _
Index)
Object GetPropertyValue(
Object pObject,
int Index
)
Object^ GetPropertyValue(
[InAttribute] Object^ pObject,
[InAttribute] int Index
)
abstract GetPropertyValue :
pObject:Object *
Index:int -> Object
function GetPropertyValue(
pObject : Object,
Index : int
) : Object
Параметры
- pObject
Тип: System.Object
The object property.
- Index
Тип: System.Int32
The index.
Возвращаемое значение
Тип: System.Object
The object property value.
Замечания
For more information, see ManagedHelper.ManagedPropertyHelper.