Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Initializes a new instance of the NumberedStoredProcedureParameter class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New NumberedStoredProcedureParameter()
public NumberedStoredProcedureParameter()
public:
NumberedStoredProcedureParameter()
new : unit -> NumberedStoredProcedureParameter
public function NumberedStoredProcedureParameter()
Remarks
The default constructor initializes any fields to their default values.
Examples
Creating, Altering, and Removing Stored Procedures
See Also
Reference
NumberedStoredProcedureParameter Class
NumberedStoredProcedureParameter Overload
Microsoft.SqlServer.Management.Smo Namespace