Freigeben über


IDTSManagedPropertyHelper100.GetPropertyValue-Methode

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

Gets the property value.

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

Syntax

'Declaration
Function GetPropertyValue ( _
    pObject As Object, _
    Index As Integer _
) As Object
'Usage
Dim instance As IDTSManagedPropertyHelper100 
Dim pObject As Object 
Dim Index As Integer 
Dim returnValue As Object 

returnValue = instance.GetPropertyValue(pObject, _
    Index)
Object GetPropertyValue(
    Object pObject,
    int Index
)
Object^ GetPropertyValue(
    [InAttribute] Object^ pObject, 
    [InAttribute] int Index
)
abstract GetPropertyValue : 
        pObject:Object * 
        Index:int -> Object
function GetPropertyValue(
    pObject : Object, 
    Index : int
) : Object

Parameter

Rückgabewert

Typ: System.Object
The object property value.

Hinweise

For more information, see ManagedHelper.ManagedPropertyHelper.

Siehe auch

Verweis

IDTSManagedPropertyHelper100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace