Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the Parameter object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride Property Value As Object
Get
Set
'Usage
Dim instance As Parameter
Dim value As Object
value = instance.Value
instance.Value = value
public abstract Object Value { get; set; }
public:
virtual property Object^ Value {
Object^ get () abstract;
void set (Object^ value) abstract;
}
abstract Value : Object with get, set
abstract function get Value () : Object
abstract function set Value (value : Object)
Property Value
Type: System.Object
The value of the specified object.