Metodo IDTSManagedPropertyHelper100.GetPropertyValue
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the property value.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetPropertyValue ( _
pObject As Object, _
Index As Integer _
) As Object
'Utilizzo
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
Parametri
- pObject
Tipo: System.Object
The object property.
- Index
Tipo: System.Int32
The index.
Valore restituito
Tipo: System.Object
The object property value.
Osservazioni
For more information, see ManagedHelper.ManagedPropertyHelper.