Udostępnij przez


NumberedStoredProcedure Constructor

Initializes a new instance of the NumberedStoredProcedure class.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub New ( _
    storedProcedure As StoredProcedure, _
    number As Short _
)
public NumberedStoredProcedure (
    StoredProcedure storedProcedure,
    short number
)
public:
NumberedStoredProcedure (
    StoredProcedure^ storedProcedure, 
    short number
)
public NumberedStoredProcedure (
    StoredProcedure storedProcedure, 
    short number
)
public function NumberedStoredProcedure (
    storedProcedure : StoredProcedure, 
    number : short
)

Parameters

  • number
    An Int16 value that specifies the number value associated with the numbered stored procedure.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.