Freigeben über


IDTSProperty100.GetValue-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Parameter

  • pObject
    Typ: System.Object
    The parent object of the property whose value is to be returned.

Rückgabewert

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

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSProperty100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace