Metodo IDTSProperty100.GetValue
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns the value of the property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetValue ( _
pObject As Object _
) As Object
'Utilizzo
Dim instance As IDTSProperty100
Dim pObject As Object
Dim returnValue As Object
returnValue = instance.GetValue(pObject)
Object GetValue(
Object pObject
)
Object^ GetValue(
[InAttribute] Object^ pObject
)
abstract GetValue :
pObject:Object -> Object
function GetValue(
pObject : Object
) : Object
Parametri
- pObject
Tipo: System.Object
The parent object of the property whose value is to be returned.
Valore restituito
Tipo: System.Object
An object that contains the value of the property.
Osservazioni
For more information, see DtsProperty.