ConnectionManaged.GetOutParamValue(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.
public:
virtual System::Object ^ GetOutParamValue(System::Object ^ paramName);
public object GetOutParamValue (object paramName);
abstract member GetOutParamValue : obj -> obj
override this.GetOutParamValue : obj -> obj
Public Function GetOutParamValue (paramName As Object) As Object
Parameters
- paramName
- Object
Returns
Implements
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.GetOutParamValue(System.Object)