Freigeben über


StoredProcedure-Konstruktor

Initializes a new instance of the StoredProcedure 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 StoredProcedure()
public StoredProcedure()
public:
StoredProcedure()
new : unit -> StoredProcedure
public function StoredProcedure()

Hinweise

The default constructor initializes any fields to their default values.

Beispiele

Erstellen, Ändern und Löschen von gespeicherten Prozeduren

Siehe auch

Verweis

StoredProcedure Klasse

StoredProcedure-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE PROCEDURE (Transact-SQL)