AuditSpecificationStatement.AuditState 属性
Gets or sets whether audit was enabled or disabled by this statement.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property AuditState As OptionState
Get
Set
用法
Dim instance As AuditSpecificationStatement
Dim value As OptionState
value = instance.AuditState
instance.AuditState = value
public OptionState AuditState { get; set; }
public:
property OptionState AuditState {
OptionState get ();
void set (OptionState value);
}
member AuditState : OptionState with get, set
function get AuditState () : OptionState
function set AuditState (value : OptionState)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.OptionState
If audit was enabled or disabled by this statement.