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.
Sets the parameter value on the client.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Set ( _
type As ParameterInfo.ParameterValueType, _
value As Object _
)
'Usage
Dim instance As ParameterInfo
Dim type As ParameterInfo.ParameterValueType
Dim value As Object
instance.Set(type, value)
public void Set(
ParameterInfo.ParameterValueType type,
Object value
)
public:
void Set(
ParameterInfo.ParameterValueType type,
Object^ value
)
member Set :
type:ParameterInfo.ParameterValueType *
value:Object -> unit
public function Set(
type : ParameterInfo.ParameterValueType,
value : Object
)
Parameters
- type
Type: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
The parameter type.
- value
Type: System.Object
The parameter value.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace