ParameterInfo.Set(ParameterInfo+ParameterValueType, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the parameter value on the client. if the value type is literal, value is literal, and its type should be of this parameter's DataType; if the value type is Referenced, value is a variable name string.
public:
void Set(Microsoft::SqlServer::Management::IntegrationServices::ParameterInfo::ParameterValueType type, System::Object ^ value);
public void Set (Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType type, object value);
member this.Set : Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType * obj -> unit
Public Sub Set (type As ParameterInfo.ParameterValueType, value As Object)
Parameters
The type of the parameter value.
- value
- Object
The value to be set to the parameter.