SetValue 메서드
Sets the value of the property.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public Sub SetValue ( _
o As Object, _
value As Object _
)
‘사용 방법
Dim instance As DtsProperty
Dim o As Object
Dim value As Object
instance.SetValue(o, value)
public void SetValue(
Object o,
Object value
)
public:
void SetValue(
Object^ o,
Object^ value
)
member SetValue :
o:Object *
value:Object -> unit
public function SetValue(
o : Object,
value : Object
)
매개 변수
- o
형식: System. . :: . .Object
The object instance on which you want to set the value of the property.
- value
형식: System. . :: . .Object
The value to which to set the property.