AuditSpecificationPart.IsDrop Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether DROP is specified.

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

Syntax

public bool IsDrop { get; set; }
public:
property bool IsDrop {
    bool get();
    void set(bool value);
}
member IsDrop : bool with get, set
Public Property IsDrop As Boolean

Property Value

Type: System.Boolean

True if DROP was specified; otherwise, false.

See Also

AuditSpecificationPart Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top