GetPropertyValue-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetPropertyValue ( _
o As Object, _
index As Integer _
) As Object
'Usage
Dim instance As ManagedHelper..::..ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(o, _
index)
public Object GetPropertyValue(
Object o,
int index
)
public:
virtual Object^ GetPropertyValue(
Object^ o,
int index
) sealed
abstract GetPropertyValue :
o:Object *
index:int -> Object
override GetPropertyValue :
o:Object *
index:int -> Object
public final function GetPropertyValue(
o : Object,
index : int
) : Object
Rückgabewert
Typ: System. . :: . .Object
An object.
Implementiert
IDTSManagedPropertyHelper100. . :: . .GetPropertyValue(Object, Int32)