StoredProcedure-Konstruktor

Initialisiert eine neue Instanz der StoredProcedure-Klasse.

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.