This topic has not yet been rated - Rate this topic

StoredProcedureParameter Constructor (StoredProcedure, String)

Initializes a new instance of the StoredProcedureParameter class for the specified stored procedure and with the specified name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public StoredProcedureParameter(
	StoredProcedure storedProcedure,
	string name
)

Parameters

storedProcedure
Type: Microsoft.SqlServer.Management.Smo.StoredProcedure
A StoredProcedure object value that specifies the stored procedure on which the parameter is defined.
name
Type: System.String
A String value that specifies the name of the stored procedure parameter.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.