Freigeben über


Schema-Konstruktor

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

Hinweise

The default constructor initializes any fields to their default values.

Beispiele

Erstellen, Ändern und Löschen von Schemas

Siehe auch

Verweis

Schema Klasse

Schema-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Grundlegendes zu Datenbankschemas

CREATE SCHEMA (Transact-SQL)