AuditSpecificationStatement.SpecificationName 屬性
Gets or sets the audit specification name.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property SpecificationName As Identifier
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The audit specification name.