AlterServerAuditStatement.NewName Property
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
'Declaration
Public Property NewName As Identifier
Get
Set
'Usage
Dim instance As AlterServerAuditStatement
Dim value As Identifier
value = instance.NewName
instance.NewName = value
public Identifier NewName { get; set; }
public:
property Identifier^ NewName {
Identifier^ get ();
void set (Identifier^ value);
}
member NewName : Identifier with get, set
function get NewName () : Identifier
function set NewName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The new audit name.