DropSchemaStatement.Schema Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the schema to be dropped.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public SchemaObjectName Schema { get; set; }
public:
property SchemaObjectName^ Schema {
    SchemaObjectName^ get();
    void set(SchemaObjectName^ value);
}
member Schema : SchemaObjectName with get, set
Public Property Schema As SchemaObjectName

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName

The name of the schema to be dropped.

See Also

DropSchemaStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top