AuditSpecificationStatement.SpecificationName Property
Gets or sets the audit specification name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SpecificationName As Identifier
Get
Set
'Usage
Dim instance As AuditSpecificationStatement
Dim value As Identifier
value = instance.SpecificationName
instance.SpecificationName = value
public Identifier SpecificationName { get; set; }
public:
property Identifier^ SpecificationName {
Identifier^ get ();
void set (Identifier^ value);
}
member SpecificationName : Identifier with get, set
function get SpecificationName () : Identifier
function set SpecificationName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The audit specification name.