DropSchemaStatement.DropBehavior Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the DROP SCHEMA behavior value.

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

Syntax

public DropSchemaBehavior DropBehavior { get; set; }
public:
property DropSchemaBehavior DropBehavior {
    DropSchemaBehavior get();
    void set(DropSchemaBehavior value);
}
member DropBehavior : DropSchemaBehavior with get, set
Public Property DropBehavior As DropSchemaBehavior

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.DropSchemaBehavior

The DROP SCHEMA behavior value.

See Also

DropSchemaStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top