AlterServerAuditStatement.NewName Property

 

Applies To: SQL Server 2016 Preview

Gets the new audit name. If specified, AuditTarget and Options (from base class) should be empty.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The new audit name.

See Also

AlterServerAuditStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top