IDTSProperty100.GetValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperty.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetValue ( _
pObject As Object _
) As Object
'Usage
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
Parameters
- pObject
Type: System.Object
Return Value
Type: System.Object