Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Sets the property value associated with the helper.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetPropertyValue ( _
pObject As Object, _
Index As Integer, _
vValue As Object _
)
'Usage
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim vValue As Object
instance.SetPropertyValue(pObject, Index, _
vValue)
void SetPropertyValue(
Object pObject,
int Index,
Object vValue
)
void SetPropertyValue(
[InAttribute] Object^ pObject,
int Index,
[InAttribute] Object^ vValue
)
abstract SetPropertyValue :
pObject:Object *
Index:int *
vValue:Object -> unit
function SetPropertyValue(
pObject : Object,
Index : int,
vValue : Object
)
Parameter
- pObject
Typ: System.Object
The object.
- Index
Typ: System.Int32
The index.
- vValue
Typ: System.Object
The property value.
Hinweise
For more information, see ManagedHelper.ManagedPropertyHelper.