Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Returns the value of the property.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function GetValue ( _
pObject As Object _
) As Object
'Uso
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
Parámetros
- pObject
Tipo: System.Object
The parent object of the property whose value is to be returned.
Valor devuelto
Tipo: System.Object
An object that contains the value of the property.
Comentarios
For more information, see DtsProperty.