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 parameter value.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Property ParameterValue As Object
Get
Set
'Usage
Dim instance As PackageInfo.ExecutionValueParameterSet
Dim value As Object
value = instance.ParameterValue
instance.ParameterValue = value
public Object ParameterValue { get; set; }
public:
property Object^ ParameterValue {
Object^ get ();
void set (Object^ value);
}
member ParameterValue : Object with get, set
function get ParameterValue () : Object
function set ParameterValue (value : Object)
Property Value
Type: System.Object
The parameter value.
See Also
Reference
PackageInfo.ExecutionValueParameterSet Class
Microsoft.SqlServer.Management.IntegrationServices Namespace