SqlProcedureAttribute Constructor
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.
An attribute on a method definition in an assembly, used to indicate that the given method should be registered as a stored procedure in SQL Server.
public:
SqlProcedureAttribute();
public SqlProcedureAttribute ();
Public Sub New ()