Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns the value of the property.
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
The parent object of the property whose value is to be returned.
Return Value
Type: System.Object
An object that contains the value of the property.
Remarks
For more information, see DtsProperty.