ServerAuditSpecification.AuditName Property
SQL Server 2012
Gets the name of the server audit specification.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[CLSCompliantAttribute(false)] [SfcPropertyAttribute(SfcPropertyFlags.Standalone)] [SfcReferenceAttribute(typeof(Audit), "Server[@Name = '{0}']/Audit[@Name = '{1}']", )] public string AuditName { get; set; }
Property Value
Type: System.StringA String system value that specifies the name of the server audit specification.
