Bagikan melalui


Schema Constructor

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()

Remarks

The default constructor initializes any fields to their default values.

Examples

Creating, Altering, and Removing Schemas

See Also

Reference

Schema Class

Schema Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Understanding the Database Schemas

CREATE SCHEMA (Transact-SQL)