AuditActionSpecification.TargetObject 属性
Gets or sets the object that is the target of the audit actions.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property TargetObject As SecurityTargetObject
Get
Set
用法
Dim instance As AuditActionSpecification
Dim value As SecurityTargetObject
value = instance.TargetObject
instance.TargetObject = value
public SecurityTargetObject TargetObject { get; set; }
public:
property SecurityTargetObject^ TargetObject {
SecurityTargetObject^ get ();
void set (SecurityTargetObject^ value);
}
member TargetObject : SecurityTargetObject with get, set
function get TargetObject () : SecurityTargetObject
function set TargetObject (value : SecurityTargetObject)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.SecurityTargetObject
The object that is the target of the audit actions.