Partilhar via


Método IDTSProperty100.GetValue

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Returns the value of the property.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Object
An object that contains the value of the property.

Comentários

For more information, see DtsProperty.

Consulte também

Referência

IDTSProperty100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper