Método ManagedHelper.ManagedPropertyHelper.GetPropertyValue
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the property value.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Function GetPropertyValue ( _
o As Object, _
index As Integer _
) As Object
'Uso
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
Parâmetros
- o
Tipo: System.Object
The object.
- index
Tipo: System.Int32
The index.
Valor de retorno
Tipo: System.Object
The property value.
Implementa
IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)