IDTSProperty100.SetValue 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Sets the value of the property.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Sub SetValue ( _
pObject As Object, _
NewValue As Object _
)
'用途
Dim instance As IDTSProperty100
Dim pObject As Object
Dim NewValue As Object
instance.SetValue(pObject, NewValue)
void SetValue(
Object pObject,
Object NewValue
)
void SetValue(
[InAttribute] Object^ pObject,
[InAttribute] Object^ NewValue
)
abstract SetValue :
pObject:Object *
NewValue:Object -> unit
function SetValue(
pObject : Object,
NewValue : Object
)
參數
- pObject
型別:System.Object
The object instance on which you want to set the value of the property.
- NewValue
型別:System.Object
The new value to which to set the property.
備註
For more information, see DtsProperty.